From 57bc1090cc596d2a5aba657655ddd2135847ae90 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 29 Dec 2022 14:26:31 +0800 Subject: [PATCH] fix: did it? --- .github/workflows/nuitka.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index cb6417b..235dab9 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -38,7 +38,8 @@ jobs: if: runner.os == 'Windows' id: get_short_sha_powershell run: | - $short_sha = (echo ${GITHUB_SHA}).substring(1,7) + $short_sha = echo ${GITHUB_SHA + $short_sha = $short_sha.substring(1,7) Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT