Skip to content

Commit 2609202

Browse files
committed
fix windows
1 parent 9d2530a commit 2609202

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
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
cd target/wix
101101
Compress-Archive -Path *.msi -DestinationPath serial-monitor-${{ matrix.target }}.msi.zip
102-
Move-Item -Path serial-monitor-${{ matrix.target }}.msi.zip Destination $env:GITHUB_WORKSPACE
102+
Move-Item -Path serial-monitor-${{ matrix.target }}.msi.zip -Destination $env:GITHUB_WORKSPACE
103103
104104
- name: Upload .deb and executable for Linux (Ubuntu)
105105
if: contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)