From a2cdf420d03a5c58fcdbb0f56c6317672542ccff Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Fri, 2 Feb 2024 11:35:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3Workflow=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E6=8F=92=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8bf3ab..d49311b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: ~/.cache ~/.npm ~/.nexe - key: nexec-{{ runner.os }}-cache + key: nexec-${{ runner.os }}-cache # - uses: "marvinpinto/action-automatic-releases@latest" # with: # repo_token: "${{ secrets.GITHUB_TOKEN }}"