30
30
with :
31
31
upload_url : ${{ github.event.release.upload_url }}
32
32
asset_path : ./target/release/bundle/deb/serial-monitor.deb.zip
33
- asset_name : serial-monitor-i686 -unknown-linux-gnu.deb.zip
33
+ asset_name : serial-monitor-x86_64 -unknown-linux-gnu.deb.zip
34
34
asset_content_type : binary
35
35
36
36
build-linux-bin :
52
52
with :
53
53
upload_url : ${{ github.event.release.upload_url }}
54
54
asset_path : ./target/release/serial-monitor.zip
55
- asset_name : serial-monitor-i686 -unknown-linux-gnu-bin.zip
55
+ asset_name : serial-monitor-x86_64 -unknown-linux-gnu-bin.zip
56
56
asset_content_type : binary
57
57
58
58
build-macos-x86 :
74
74
with :
75
75
upload_url : ${{ github.event.release.upload_url }}
76
76
asset_path : ./target/release/bundle/osx/serial-monitor.app.zip
77
- asset_name : serial-monitor-i686 -apple-darwin.app.zip
77
+ asset_name : serial-monitor-aarch64 -apple-darwin.app.zip
78
78
asset_content_type : binary
79
79
80
80
build-macos-arm :
@@ -120,7 +120,7 @@ jobs:
120
120
with :
121
121
upload_url : ${{ github.event.release.upload_url }}
122
122
asset_path : target/release/serial-monitor.exe.zip
123
- asset_name : serial-monitor-i686 -pc-windows-msvc.exe.zip
123
+ asset_name : serial-monitor-x86_64 -pc-windows-msvc.exe.zip
124
124
asset_content_type : binary
125
125
126
126
build-windows-msi :
@@ -142,5 +142,5 @@ jobs:
142
142
with :
143
143
upload_url : ${{ github.event.release.upload_url }}
144
144
asset_path : target/wix/serial-monitor.msi.zip
145
- asset_name : serial-monitor-i686 -pc-windows-msvc.msi.zip
145
+ asset_name : serial-monitor-x86_64 -pc-windows-msvc.msi.zip
146
146
asset_content_type : binary
0 commit comments