Skip to content

Commit

Permalink
Try to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Jan 30, 2024
1 parent b24151b commit 329352c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: |
cargo build --release
cd target/release
mv $APP_NAME $APP_NAME.exe
7z a -tzip $ARCHIVE_NAME $APP_NAME.exe
7z a -tzip $ARCHIVE_NAME $APP_NAME
mv $ARCHIVE_NAME ../../
shell: bash

Expand Down

0 comments on commit 329352c

Please sign in to comment.