We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f9c8e commit 1736e2aCopy full SHA for 1736e2a
.github/workflows/deployment.yml
@@ -71,6 +71,6 @@ jobs:
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
with:
73
upload_url: ${{ github.event.release.upload_url }}
74
- asset_path: wix/rust-serial-monitor.msi.zip
+ asset_path: target/wix/rust-serial-monitor.msi.zip
75
asset_name: rust-serial-monitor.msi-windows_x86.zip
76
asset_content_type: binary
0 commit comments