From 4270ca7ba4451a641f0f8230e78590c41199f3d1 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 30 Mar 2022 07:08:47 -0700 Subject: [PATCH] Keep the old releases style for now. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c70e15b..fdaede4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: windows-${GITHUB_SHA::6} + automatic_release_tag: latest-windows prerelease: true title: FBX2glTF Windows packages files: | @@ -195,7 +195,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: linux-${GITHUB_SHA::6} + automatic_release_tag: latest-linux prerelease: true title: FBX2glTF Linux packages files: | @@ -299,7 +299,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: macos-${GITHUB_SHA::6} + automatic_release_tag: latest-macos prerelease: true title: FBX2glTF Macos x86_64 packages files: |