Skip to content

Commit

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

0 comments on commit 8c5d5e7

Please sign in to comment.