From 1b0c3c8b53b0530910dcf48e40ca76e8e3d8112b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AC=E5=A4=A9=E5=86=AC=E5=A4=A9W?= Date: Tue, 22 Nov 2022 14:02:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=8A=20=E4=BF=AE=E5=A4=8D=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=8F=AF=E6=89=A7=E8=A1=8C=E6=96=87=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=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/desktop.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index b131f88..4d79ea9 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -16,9 +16,6 @@ jobs: - run: | npm ci - npm run crowdin init - npm run crowdin upload - npm run crowdin download npm run ghbuild env: api_token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} @@ -71,7 +68,7 @@ jobs: TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} with: tagName: __VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version - releaseName: "Win11inReact v__VERSION__" + releaseName: "Win11inReact_CN v__VERSION__" releaseBody: "new build" releaseDraft: false prerelease: false \ No newline at end of file