From e098ce7d9aee23f08f8ac51c4bbc2b990aea1aa6 Mon Sep 17 00:00:00 2001 From: Lars Berger Date: Thu, 25 Jan 2024 05:28:19 +0800 Subject: [PATCH] ci: correct asset name on GH release --- .github/actions/release-with-artifacts/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/release-with-artifacts/action.yaml b/.github/actions/release-with-artifacts/action.yaml index bfd96c1a9..61bb23efe 100644 --- a/.github/actions/release-with-artifacts/action.yaml +++ b/.github/actions/release-with-artifacts/action.yaml @@ -30,10 +30,10 @@ runs: [ { "path": "artifacts/win-x64/GlazeWM.exe", - "name": "GlazeWM_x64_${nextRelease.gitTag}" + "name": "GlazeWM_x64_${nextRelease.version}.exe" }, { "path": "artifacts/win-x86/GlazeWM.exe", - "name": "GlazeWM_x86_${nextRelease.gitTag}" + "name": "GlazeWM_x86_${nextRelease.version}.exe" } ]