Skip to content

Commit 83d4905

Browse files
authored
Merge pull request #37 from rage/ci
Add target to msi name
2 parents 49984c3 + 248ed09 commit 83d4905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: svenstaro/[email protected]
8080
with:
8181
file: "./installer.msi"
82-
asset_name: tmc-cli-rust-$tag.msi
82+
asset_name: tmc-cli-rust--${{ matrix.target }}-$tag.msi
8383

8484
- name: Deploy
8585
run: |

0 commit comments

Comments
 (0)