Skip to content

Commit

Permalink
update6
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Sep 13, 2024
1 parent 2cd1553 commit 8b8ac4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/px68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
make -j$(getconf _NPROCESSORS_ONLN) clean
make -j$(getconf _NPROCESSORS_ONLN)
strip -s px68k_next_libretro.dll
strip -s px68k_next_libretro.so
zip -9 ../px68k_next_libretro.so.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
Expand All @@ -40,7 +40,7 @@ jobs:
run: |
make -j$(getconf _NPROCESSORS_ONLN) C68K=1 clean
make -j$(getconf _NPROCESSORS_ONLN) C68K=1
strip -s px68k_next_libretro.dll
strip -s px68k_next_libretro.so
zip -9 ../px68k-libretro_c68k_linux-x86_64.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
Expand All @@ -60,7 +60,7 @@ jobs:
run: |
make -j$(getconf _NPROCESSORS_ONLN) C68K=1 clean
make -j$(getconf _NPROCESSORS_ONLN) C68K=1
strip -s px68k_next_libretro.dll
strip -s px68k_next_libretro.so
zip -9 ../px68k-libretro_musashi_linux-x86_64.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 8b8ac4d

Please sign in to comment.