Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus authored May 7, 2023
1 parent 93eed9c commit 08f9c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Build
run: cargo wix
- name: Compress
run: cd wix && ls && zip *.msi rust-serial-monitor.msi.zip
run: cd target/wix && ls && Compress-Archive *.msi rust-serial-monitor.msi.zip
- name: Upload
uses: actions/[email protected]
env:
Expand Down

0 comments on commit 08f9c8e

Please sign in to comment.