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 Feb 1, 2024
1 parent 329352c commit 8551556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
cargo build --release
cd target/release
7z a -tzip $ARCHIVE_NAME $APP_NAME
ls
7z a -tzip $ARCHIVE_NAME $APP_NAME.exe
mv $ARCHIVE_NAME ../../
shell: bash

Expand Down

0 comments on commit 8551556

Please sign in to comment.