Skip to content

Commit

Permalink
Fix CI builds part 6 what the hell
Browse files Browse the repository at this point in the history
  • Loading branch information
ry755 committed Oct 18, 2024
1 parent 80a3d1c commit 67f3322
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 @@ -30,8 +30,8 @@ jobs:
- name: Build
run: |
unzip fox32asm-linux-x86_64/fox32asm-*-x86_64-linux.zip
chmod +x fox32asm
make FOX32ASM=fox32asm
chmod +x ./fox32asm
make FOX32ASM=./fox32asm
- name: Upload fox32.rom
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 67f3322

Please sign in to comment.