We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50f3b6 commit 709eebeCopy full SHA for 709eebe
1 file changed
.github/workflows/windows.yml
@@ -76,14 +76,10 @@ jobs:
76
cargo install cargo-wix
77
cargo wix --output installer.msi
78
- name: Upload msi artifact
79
- uses: actions/upload-release-asset@v1
80
- env:
81
- GITHUB_TOKEN: ${{ github.token }}
+ uses: svenstaro/upload-release-action@2.9.0
82
with:
83
- upload_url: ${{ github.event.release.upload_url }}
84
- asset_path: ./installer.msi
85
- asset_name: tmc-cli-rust-${{ steps.get_version.outputs.VERSION }}.msi
86
- asset_content_type: application/octet-stream
+ file: "./installer.msi"
+ asset_name: tmc-cli-rust-$tag.msi
87
88
- name: Deploy
89
run: |
0 commit comments