Skip to content

Commit

Permalink
update3
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Sep 13, 2024
1 parent 355fb51 commit 2150427
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux64_px68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
working-directory: px68k-libretro
run: |
make -j8
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_next_libretro.so
zip -9 ../px68k_next_libretro.so.zip px68k_next_libretro.so
wget https://raw.githubusercontent.com/libretro/libretro-super/master/retrolink.sh && chmod +x retrolink.sh && ./retrolink.sh px68k_libretro.so
zip -9 ../px68k_libretro.so.zip px68k_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: Linux_64-bit
file: px68k_next_libretro.so.zip
file: px68k_libretro.so.zip
overwrite: true
4 changes: 2 additions & 2 deletions .github/workflows/px68k.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
run: |
make -j$(getconf _NPROCESSORS_ONLN) clean
make -j$(getconf _NPROCESSORS_ONLN)
zip -9 ../px68k_libretro.so.zip px68k_libretro.so
zip -9 ../px68k_next_libretro.so.zip px68k_next_libretro.so
- name: Create new release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: Linux_64-bit
file: px68k_libretro.so.zip
file: px68k_next_libretro.so.zip
overwrite: true

0 comments on commit 2150427

Please sign in to comment.