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 3c0c2ee commit 248ed09Copy full SHA for 248ed09
.github/workflows/windows.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: svenstaro/upload-release-action@2.9.0
80
with:
81
file: "./installer.msi"
82
- asset_name: tmc-cli-rust-$tag.msi
+ asset_name: tmc-cli-rust--${{ matrix.target }}-$tag.msi
83
84
- name: Deploy
85
run: |
0 commit comments