File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
1919 run : sudo apt-get install libgtk-3-dev && sudo apt-get install libudev-dev && cargo install cargo-bundle
2020 - name : Build
2121 run : cargo bundle --release
22- - name : Compress
23- run : ls target/release/bundle/deb && cd target/release/bundle/deb && zip rust-serial-monitor.deb.zip *.deb
24- - name : Upload
22+ # - name: Compress.
23+ # run: ls target/release/bundle/deb && cd target/release/bundle/deb && zip rust-serial-monitor.deb.zip *.deb
24+ - name : Upload Deb
2525 uses : actions/upload-release-asset@v1.0.1
2626 env :
2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 with :
2929 upload_url : ${{ github.event.release.upload_url }}
30- asset_path : ./target/release/bundle/deb/rust-serial-monitor.deb.zip
31- asset_name : rust-serial-monitor-linux_x86.zip
30+ asset_path : ./target/release/bundle/deb/rust-serial-monitor.deb
31+ asset_name : rust-serial-monitor-linux_x86.deb
3232 asset_content_type : binary
3333
3434 build-macos :
5050 with :
5151 upload_url : ${{ github.event.release.upload_url }}
5252 asset_path : ./target/release/bundle/osx/rust-serial-monitor.app.zip
53- asset_name : rust-serial-monitor.app -macos_x86.zip
53+ asset_name : rust-serial-monitor-macos_x86.app .zip
5454 asset_content_type : binary
5555
5656 build-windows :
7272 with :
7373 upload_url : ${{ github.event.release.upload_url }}
7474 asset_path : target/wix/rust-serial-monitor.msi.zip
75- asset_name : rust-serial-monitor.msi -windows_x86.zip
75+ asset_name : rust-serial-monitor-windows_x86.msi .zip
7676 asset_content_type : binary
You can’t perform that action at this time.
0 commit comments