Add bash shell specification for S3 upload step
This commit is contained in:
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -121,6 +121,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
AWS_BUCKET: ${{ vars.AWS_BUCKET }}
|
AWS_BUCKET: ${{ vars.AWS_BUCKET }}
|
||||||
BASEPATH: ${{ steps.basepath.outputs.basepath }}
|
BASEPATH: ${{ steps.basepath.outputs.basepath }}
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
# Upload all GIF segment files if they exist
|
# Upload all GIF segment files if they exist
|
||||||
shopt -s nullglob # Make glob return empty list if no matches
|
shopt -s nullglob # Make glob return empty list if no matches
|
||||||
|
|||||||
Reference in New Issue
Block a user