Skip to content

Commit 0cf2e56

Browse files
committed
fix macos download names
1 parent 2758e26 commit 0cf2e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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-aarch64-apple-darwin.app.zip
77+
asset_name: serial-monitor-x86_64-apple-darwin.app.zip
7878
asset_content_type: binary
7979

8080
build-macos-arm:
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
upload_url: ${{ github.event.release.upload_url }}
9898
asset_path: ./target/release/bundle/osx/serial-monitor.app.zip
99-
asset_name: serial-monitor-x86_64-apple-darwin.app.zip
99+
asset_name: serial-monitor-aarch64-apple-darwin.app.zip
100100
asset_content_type: binary
101101

102102
build-windows-exe:

0 commit comments

Comments
 (0)