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:
AWS_BUCKET: ${{ vars.AWS_BUCKET }}
BASEPATH: ${{ steps.basepath.outputs.basepath }}
shell: bash
run: |
# Upload all GIF segment files if they exist
shopt -s nullglob # Make glob return empty list if no matches