From 90d71b0944cb4cce525a059a56696fe16b1d7299 Mon Sep 17 00:00:00 2001 From: zerlei <1445089819@qq.com> Date: Fri, 18 Oct 2024 12:29:48 +0800 Subject: [PATCH] =?UTF-8?q?CI/CD:=20=E6=9B=B4=E6=94=B9=E4=BA=86action=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9bb7b25..0f81851 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,6 +48,6 @@ jobs: files: | FS_win_dotnet8.zip LICENSE - name: ${{ github.ref | replace('refs/tags/', '') }} + name: ${{ github.ref -replace 'refs/tags/', '' }} draft: false prerelease: true