We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93eed9c commit 08f9c8eCopy full SHA for 08f9c8e
.github/workflows/deployment.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Build
65
run: cargo wix
66
- name: Compress
67
- run: cd wix && ls && zip *.msi rust-serial-monitor.msi.zip
+ run: cd target/wix && ls && Compress-Archive *.msi rust-serial-monitor.msi.zip
68
- name: Upload
69
uses: actions/upload-release-asset@v1.0.1
70
env:
0 commit comments