Skip to content

Commit 08f9c8e

Browse files
authored
Update deployment.yml
1 parent 93eed9c commit 08f9c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build
6565
run: cargo wix
6666
- name: Compress
67-
run: cd wix && ls && zip *.msi rust-serial-monitor.msi.zip
67+
run: cd target/wix && ls && Compress-Archive *.msi rust-serial-monitor.msi.zip
6868
- name: Upload
6969
uses: actions/[email protected]
7070
env:

0 commit comments

Comments
 (0)