Skip to content

Commit

Permalink
Merge pull request #13 from inwinter04/Dev
Browse files Browse the repository at this point in the history
🎊 修复构建可执行文件时出现的错误
  • Loading branch information
inwinter04 authored Nov 22, 2022
2 parents 901d57b + 1b0c3c8 commit 87e9fed
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

1 comment on commit 87e9fed

@vercel
Copy link

@vercel vercel bot commented on 87e9fed Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.