Skip to content

Commit 6482b07

Browse files
authored
Merge pull request #13 from BadMachine/master
In progress
2 parents 13406db + 68a4f01 commit 6482b07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-to-auto-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- uses: tauri-apps/tauri-action@v0
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
6162
with:
6263
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
6364
releaseName: "App v__VERSION__"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"plugins": {
1919
"updater": {
20-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEZBNjQ3ODM4MEU2QjYxNzUKUldSMVlXc09PSGhrK2srN3dSL1VPbmFaOFVaek5pdDFzNEtCOGFsSEowU3RYeTdGTHJWajAvcDgK",
20+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEU5RjMwNTZGRjg4NkJBQzMKUldURHVvYjRid1h6NlhsWnJnQ3hJMkNDR05XNC9aREEzOURxRXdkU1Q1RWdnTGQyVjZmcjA1d2cK",
2121
"endpoints": [],
2222
"dangerousInsecureTransportProtocol": true,
2323
"windows": {

0 commit comments

Comments
 (0)