Skip to content

Commit

Permalink
I hate workflows...
Browse files Browse the repository at this point in the history
  • Loading branch information
hazelwiss committed Aug 28, 2024
1 parent b52b8db commit 866f0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_retro_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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/skemu_libretro_zip
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
Expand Down

0 comments on commit 866f0bc

Please sign in to comment.