From 5c35698c98ff701884d226e94a8ccd8b6a7235dc Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 29 Dec 2022 15:43:01 +0800 Subject: [PATCH] fixed? --- .github/workflows/nuitka.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index f864a04..9337862 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -33,12 +33,12 @@ jobs: id: get_short_sha shell: bash run: | -# $short_sha = Write-Output $`{GITHUB_SHA`} -# $short_sha = $short_sha.substring(1,7) -# Write-Output $short_sha -# Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT short_sha=$(echo ${GITHUB_SHA} | cut -c1-7) echo "short_sha=$short_sha" >> $GITHUB_OUTPUT + # $short_sha = Write-Output $`{GITHUB_SHA`} + # $short_sha = $short_sha.substring(1,7) + # Write-Output $short_sha + # Write-Output "short_sha=$short_sha" >> $GITHUB_OUTPUT # 安装 Python