Skip to content

Commit

Permalink
Included the PWD on the PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboddie committed Jan 18, 2024
1 parent 2b3f4b6 commit 0f5f703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Create scripts
run: python3 csv2scripts.py
- name: Run the batch script
run: PATH=Ophis/bin:UEF2ROM:$PATH sh batch.sh
run: PATH=Ophis/bin:$PWD:UEF2ROM:$PATH sh batch.sh
- name: Make an index file
run: python3 make-index.py
- name: Move the data
Expand Down

0 comments on commit 0f5f703

Please sign in to comment.