From e181f44442fad205c5a37ea463c284b42a0dd2cc Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 3 Apr 2022 19:26:03 -0700 Subject: [PATCH] Remove extra bits from the release tag. --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1557015..5c9138e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -93,7 +93,7 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: windows-${{github.ref_name}} + automatic_release_tag: ${{github.ref_name}} title: FBX2glTF Windows packages files: | thirdparty-license.rtf @@ -183,7 +183,7 @@ jobs: with: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false - automatic_release_tag: linux-${{github.ref_name}} + automatic_release_tag: ${{github.ref_name}} title: FBX2glTF Linux packages files: | thirdparty-license.rtf