Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
negativeExponent committed Sep 13, 2024
1 parent fa38cc9 commit 355fb51
Showing 1 changed file with 3 additions and 3 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_libretro.so
zip -9 ../px68k_libretro.so.zip px68k_libretro.so
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
- 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 355fb51

Please sign in to comment.