Skip to content

Commit

Permalink
Merge pull request #37 from rage/ci
Browse files Browse the repository at this point in the history
Add target to msi name
  • Loading branch information
Heliozoa authored Sep 9, 2024
2 parents 49984c3 + 248ed09 commit 83d4905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: svenstaro/[email protected]
with:
file: "./installer.msi"
asset_name: tmc-cli-rust-$tag.msi
asset_name: tmc-cli-rust--${{ matrix.target }}-$tag.msi

- name: Deploy
run: |
Expand Down

0 comments on commit 83d4905

Please sign in to comment.