From ffecae17a713fe23d39404f22e57465b8c62cf88 Mon Sep 17 00:00:00 2001 From: David Muckle Date: Sun, 24 Dec 2023 10:28:50 -0500 Subject: [PATCH] Need 8 characters --- .github/workflows/windows-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 3839a734..55c63d90 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -20,7 +20,7 @@ jobs: with: script: | core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', '')) - core.setOutput('short_sha', '${{ github.sha }}'.substring(0, 7)) + core.setOutput('short_sha', '${{ github.sha }}'.substring(0, 8)) linux_build: needs: [variables]