We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2758e26 commit 0cf2e56Copy full SHA for 0cf2e56
.github/workflows/deployment.yml
@@ -74,7 +74,7 @@ jobs:
74
with:
75
upload_url: ${{ github.event.release.upload_url }}
76
asset_path: ./target/release/bundle/osx/serial-monitor.app.zip
77
- asset_name: serial-monitor-aarch64-apple-darwin.app.zip
+ asset_name: serial-monitor-x86_64-apple-darwin.app.zip
78
asset_content_type: binary
79
80
build-macos-arm:
@@ -96,7 +96,7 @@ jobs:
96
97
98
99
- asset_name: serial-monitor-x86_64-apple-darwin.app.zip
+ asset_name: serial-monitor-aarch64-apple-darwin.app.zip
100
101
102
build-windows-exe:
0 commit comments