File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
if : contains(matrix.os, 'ubuntu')
63
63
run : |
64
64
cd target/release
65
- zip -r serial-monitor-${{ matrix.target }}.zip serial-monitor
65
+ zip -r serial-monitor-${{ matrix.target }}.zip serial-monitor-rust
66
66
mv serial-monitor-${{ matrix.target }}.zip $GITHUB_WORKSPACE/
67
67
68
68
# Compress for Linux .deb Package
85
85
- name : Compress Output (Windows .exe)
86
86
if : contains(matrix.os, 'windows')
87
87
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
89
89
Move-Item -Path serial-monitor-${{ matrix.target }}.exe.zip -Destination $env:GITHUB_WORKSPACE
90
90
91
91
# Compress for Windows (.msi)
You can’t perform that action at this time.
0 commit comments