Skip to content
Snippets Groups Projects
Verified Commit 62edc54c authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: new bundle files stage

parent 6c5bacf4
No related branches found
No related tags found
No related merge requests found
Pipeline #3849 passed
...@@ -24,6 +24,9 @@ jobs: ...@@ -24,6 +24,9 @@ jobs:
run: | run: |
cd frontends/libretro cd frontends/libretro
cargo build --release cargo build --release
- name: Bundle files
run: |
cp -p frontends/libretro/res/boytacean_libretro.info target/release/boytacean_libretro.info
- name: Transform filenames - name: Transform filenames
run: | run: |
cd target/release cd target/release
...@@ -34,7 +37,7 @@ jobs: ...@@ -34,7 +37,7 @@ jobs:
with: with:
name: boytacean-linux name: boytacean-linux
path: | path: |
frontends/libretro/res/boytacean_libretro.info target/release/boytacean_libretro.info
target/release/boytacean-sdl-linux-x64 target/release/boytacean-sdl-linux-x64
target/release/libboytacean.so target/release/libboytacean.so
target/release/boytacean_libretro.so target/release/boytacean_libretro.so
...@@ -154,7 +157,7 @@ jobs: ...@@ -154,7 +157,7 @@ jobs:
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: | files: |
boytacean-linux//boytacean_libretro.info boytacean-linux/boytacean_libretro.info
boytacean-linux/boytacean-sdl-linux-x64 boytacean-linux/boytacean-sdl-linux-x64
boytacean-linux/libboytacean.so boytacean-linux/libboytacean.so
boytacean-linux/boytacean_libretro.so boytacean-linux/boytacean_libretro.so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment