diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4d101038ef0d71b4b1c10c9f782fed2606ba07c1..7503b2aed91a5c7c15669b41a2c99b9ec13de3d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,9 @@ jobs: run: | cd frontends/libretro cargo build --release + - name: Bundle files + run: | + cp -p frontends/libretro/res/boytacean_libretro.info target/release/boytacean_libretro.info - name: Transform filenames run: | cd target/release @@ -34,7 +37,7 @@ jobs: with: name: boytacean-linux path: | - frontends/libretro/res/boytacean_libretro.info + target/release/boytacean_libretro.info target/release/boytacean-sdl-linux-x64 target/release/libboytacean.so target/release/boytacean_libretro.so @@ -154,7 +157,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: | - boytacean-linux//boytacean_libretro.info + boytacean-linux/boytacean_libretro.info boytacean-linux/boytacean-sdl-linux-x64 boytacean-linux/libboytacean.so boytacean-linux/boytacean_libretro.so