Skip to content

Commit

Permalink
support shrunken roms
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Feb 2, 2024
1 parent c86f771 commit 4511787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Build
run: ninja
- name: Create patch file
run: ./flips-linux ver/us/baserom.z64 ver/us/build/papermario.z64 papermario.bps
# flips works but returns a non-zero exit code if the rom shrunk
run: ./flips-linux ver/us/baserom.z64 ver/us/build/papermario.z64 papermario.bps || true
- name: Upload patch as artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4511787

Please sign in to comment.