Skip to content

Commit 53647cb

Browse files
author
User
committed
fix: 暂时禁用更新签名,先发布基础版本
自动更新功能代码已内置,签名配置后续再添加
1 parent 8b1585f commit 53647cb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ jobs:
8080
uses: tauri-apps/tauri-action@v0
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83-
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
84-
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ""
8583
with:
8684
tagName: v${{ github.run_number }}
8785
releaseName: 'LoArchive v${{ github.run_number }}'
@@ -109,4 +107,3 @@ jobs:
109107
<sub>构建时间: ${{ github.event.head_commit.timestamp }}</sub>
110108
releaseDraft: false
111109
prerelease: false
112-
includeUpdaterJson: true

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"type": "embedBootstrapper"
5050
}
5151
},
52-
"createUpdaterArtifacts": true
52+
"createUpdaterArtifacts": false
5353
},
5454
"plugins": {
5555
"shell": {

0 commit comments

Comments
 (0)