From 248ed09b88c88399dadd4f3810a42a2c8fb4e6b3 Mon Sep 17 00:00:00 2001 From: Heliozoa Date: Mon, 9 Sep 2024 15:51:06 +0300 Subject: [PATCH] Add target to msi name --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a7b61ed..9496545 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -79,7 +79,7 @@ jobs: uses: svenstaro/upload-release-action@2.9.0 with: file: "./installer.msi" - asset_name: tmc-cli-rust-$tag.msi + asset_name: tmc-cli-rust--${{ matrix.target }}-$tag.msi - name: Deploy run: |