Skip to content

Commit 2758e26

Browse files
committed
fix release uploads
1 parent b8d04b8 commit 2758e26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
upload_url: ${{ github.event.release.upload_url }}
3232
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
3434
asset_content_type: binary
3535

3636
build-linux-bin:
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
upload_url: ${{ github.event.release.upload_url }}
5454
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
5656
asset_content_type: binary
5757

5858
build-macos-x86:
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
upload_url: ${{ github.event.release.upload_url }}
7676
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
7878
asset_content_type: binary
7979

8080
build-macos-arm:
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
upload_url: ${{ github.event.release.upload_url }}
122122
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
124124
asset_content_type: binary
125125

126126
build-windows-msi:
@@ -142,5 +142,5 @@ jobs:
142142
with:
143143
upload_url: ${{ github.event.release.upload_url }}
144144
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
146146
asset_content_type: binary

0 commit comments

Comments
 (0)