Skip to content

Commit

Permalink
👷 更新工作流
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Aug 1, 2024
1 parent 296f483 commit b6e035c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: -t ${{ matrix.target }} -c '{"plugins":{"updater":{"pubkey":""}}}'
args: -t ${{ matrix.target }} -c '{"bundle":{"createUpdaterArtifacts":false}}'

- uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"installerIcon": "icons/icon.ico",
"languages": ["SimpChinese"]
}
}
},
"createUpdaterArtifacts": true
},
"plugins": {
"updater": {
Expand Down

0 comments on commit b6e035c

Please sign in to comment.