File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6262 if : contains(matrix.os, 'ubuntu')
6363 run : |
6464 cd target/release
65- zip -r serial-monitor-${{ matrix.target }}.zip serial-monitor
65+ zip -r serial-monitor-${{ matrix.target }}.zip serial-monitor-rust
6666 mv serial-monitor-${{ matrix.target }}.zip $GITHUB_WORKSPACE/
6767
6868 # Compress for Linux .deb Package
8585 - name : Compress Output (Windows .exe)
8686 if : contains(matrix.os, 'windows')
8787 run : |
88- Compress-Archive -Path target/release/serial-monitor.exe -DestinationPath serial-monitor-${{ matrix.target }}.exe.zip
88+ Compress-Archive -Path target/release/serial-monitor-rust .exe -DestinationPath serial-monitor-${{ matrix.target }}.exe.zip
8989 Move-Item -Path serial-monitor-${{ matrix.target }}.exe.zip -Destination $env:GITHUB_WORKSPACE
9090
9191 # Compress for Windows (.msi)
You can’t perform that action at this time.
0 commit comments