Skip to content

Commit

Permalink
this time it has to work...
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelwiss committed Aug 28, 2024
1 parent 866f0bc commit 0473f9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_retro_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
cd build
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=10.0.19041.0 ..
cmake --build . --config Release --target skyemu_libretro
mkdir build/skyemu_libretro_zip
mv build/skyemu_libretro.dll build/skyemu_libretro_zip
mv build/skyemu_libretro.info build/skyemu_libretro_zip
Compress-Archive -Destination build/skyemu_libretro.zip -Path build/skyemu_libretro_zip
mkdir skyemu_libretro_zip
mv bin/Release/skyemu_libretro.dll skyemu_libretro_zip
cp ../skyemu_libretro.info skyemu_libretro_zip
Compress-Archive -Destination skyemu_libretro.zip -Path skyemu_libretro_zip
- name: GH Release 🚀
# You may pin to the exact commit or the version.
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 0473f9a

Please sign in to comment.