Skip to content

Commit

Permalink
missing zip in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
UnrealKaraulov committed Dec 17, 2023
1 parent 3c6e18a commit 131dd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cp vs-project/Release/bspguy.exe build/win64_release/
cp cfg/bspguy.cfg build/win64_release/
cp cfg/language.ini build/win64_release/
cd build && zip -r newbspguy_win64_release.zip win64_release/
Compress-Archive -Path "build/win64_release/*" -DestinationPath "build/newbspguy_win64_release.zip"
- name: Publish nightly binaries for windows
uses: softprops/action-gh-release@v1
with:
Expand All @@ -97,7 +97,7 @@ jobs:
cp vs-project/Release/bspguy_debug.exe build/win64_debug/
cp cfg/bspguy.cfg build/win64_debug/
cp cfg/language.ini build/win64_debug/
cd build && zip -r newbspguy_win64_dbg.zip win64_debug/
Compress-Archive -Path "build/win64_debug/*" -DestinationPath "build/newbspguy_win64_dbg.zip"
- name: Publish nightly debug binaries for windows
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 131dd91

Please sign in to comment.