From f87786bed02469cbb62b2c0252fce14142bbe167 Mon Sep 17 00:00:00 2001 From: Stanislav Date: Thu, 24 Mar 2022 19:49:17 +0200 Subject: [PATCH] - improve release format --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index af0047a..3539ebc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,7 +1,7 @@ name: Windows on: - create: + push: tags: - 'v*' @@ -49,5 +49,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: target/gluonfx/x86_64-windows/LeagueTeamComp.exe - asset_name: LeagueTeamComp-${{ github.event.release.tag-name }}.exe + asset_name: LeagueTeamComp-${{github.ref_name}}.exe asset_content_type: application/vnd.microsoft.portable-executable \ No newline at end of file