Skip to content

Commit

Permalink
Make sure to chmod first
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 5, 2024
1 parent d53ecfd commit eeec36e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-test-input-file.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
EOF
docker exec container /bin/bash -c /${name}/script_container.sh
chmod +x ${GITHUB_WORKSPACE}/script_container.sh
docker exec container /bin/bash -c /${GITHUB_WORKSPACE}/script_container.sh
- name: Upload test input file
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit eeec36e

Please sign in to comment.