Skip to content

Commit

Permalink
🎊 修复构建可执行文件时出现的错误
Browse files Browse the repository at this point in the history
修复构建可执行文件时出现的错误
  • Loading branch information
inwinter04 committed Nov 22, 2022
1 parent 745d7d6 commit 1b0c3c8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

0 comments on commit 1b0c3c8

Please sign in to comment.