Skip to content

Commit

Permalink
Merge branch 'python3-subset' of github.com:stardot/MegaGamesCartridg…
Browse files Browse the repository at this point in the history
…e-ROM-recipes into python3-subset
  • Loading branch information
dboddie committed Jan 18, 2024
2 parents f4d7123 + 658f2d3 commit 81afe7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/make-roms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- name: Fetch resources
run: python3 fetch-uefs.py
- name: Fix resources
run: python3 fix-uefs.py
run: |
python3 fix-uefs.py
tree UEFs
- name: Create scripts
run: python3 csv2scripts.py
- name: Run the batch script
Expand Down

0 comments on commit 81afe7f

Please sign in to comment.