Add bash shell specification for S3 upload step

This commit is contained in:
Thomas Nordquist
2025-12-23 23:42:12 +01:00
committed by GitHub
parent 43ff3e81f0
commit f946ae39d7

View File

@@ -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