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 9d2530a commit 2609202Copy full SHA for 2609202
.github/workflows/deployment.yml
@@ -99,7 +99,7 @@ jobs:
99
run: |
100
cd target/wix
101
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
+ Move-Item -Path serial-monitor-${{ matrix.target }}.msi.zip -Destination $env:GITHUB_WORKSPACE
103
104
- name: Upload .deb and executable for Linux (Ubuntu)
105
if: contains(matrix.os, 'ubuntu')
0 commit comments