We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b1585f commit 53647cbCopy full SHA for 53647cb
.github/workflows/release.yml
@@ -80,8 +80,6 @@ jobs:
80
uses: tauri-apps/tauri-action@v0
81
env:
82
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
- TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
84
- TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ""
85
with:
86
tagName: v${{ github.run_number }}
87
releaseName: 'LoArchive v${{ github.run_number }}'
@@ -109,4 +107,3 @@ jobs:
109
107
<sub>构建时间: ${{ github.event.head_commit.timestamp }}</sub>
110
108
releaseDraft: false
111
prerelease: false
112
- includeUpdaterJson: true
src-tauri/tauri.conf.json
@@ -49,7 +49,7 @@
49
"type": "embedBootstrapper"
50
}
51
},
52
- "createUpdaterArtifacts": true
+ "createUpdaterArtifacts": false
53
54
"plugins": {
55
"shell": {
0 commit comments