CI: Fix Linux libretro builds
This commit is contained in:
parent
209d7c67e9
commit
e1788ee988
|
@ -145,7 +145,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd build-libretro
|
cd build-libretro
|
||||||
zip -j duckstation_libretro.so.zip bin/duckstation_libretro.so
|
zip -j duckstation_libretro.so.zip duckstation_libretro.so
|
||||||
|
|
||||||
- name: Upload Linux libretro core
|
- name: Upload Linux libretro core
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
|
|
Loading…
Reference in New Issue