From 6184c3feba564e9f011ff1a7f988dad8ce273bb2 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 29 Dec 2022 17:48:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=88=91=E8=BF=98=E4=B8=8D=E4=BF=A1?= =?UTF-8?q?=E8=BE=93=E5=87=BA=E4=B8=8D=E4=BA=86=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuitka.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 82d66d9..2f7a144 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -35,6 +35,7 @@ jobs: run: | short_sha=$(echo ${GITHUB_SHA} | cut -c1-7) echo "short_sha=$short_sha" >> $GITHUB_OUTPUT + echo $GITHUB_OUTPUT # $short_sha = Write-Output $`{GITHUB_SHA`} # $short_sha = $short_sha.substring(1,7) # Write-Output $short_sha