Skip to content

Commit

Permalink
Fix CI builds part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 18, 2024
1 parent e1f01e6 commit 1a5e1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fox32rom-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Build
run: |
chmod +x fox32asm-linux-x86_64/fox32asm-linux-x86_64
make FOX32ASM=fox32asm-linux-x86_64/fox32asm-linux-x86_64
chmod +x fox32asm-linux-x86_64/fox32asm
make FOX32ASM=fox32asm-linux-x86_64/fox32asm
- name: Upload fox32.rom
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1a5e1c9

Please sign in to comment.