Skip to content

Commit 4a8dfde

Browse files
MarkShawn2020claude
andcommitted
ci: disable updater signing until key is regenerated
Remove updater pubkey from tauri.conf.json to unblock builds. The signing key password in GitHub secrets is incorrect. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c951d3 commit 4a8dfde

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
APPLE_ID: ${{ secrets.APPLE_ID }}
178178
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
179179
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
180-
# Tauri updater signing (disabled: key password needs fixing)
180+
# Tauri updater signing (disabled until key is regenerated)
181181
# TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
182182
# TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
183183
with:

src-tauri/tauri.conf.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
"../third-parties/codex/docs": "third-parties/codex/docs"
5353
}
5454
},
55-
"plugins": {
56-
"updater": {
57-
"endpoints": [
58-
"https://github.com/MarkShawn2020/lovcode/releases/latest/download/latest.json"
59-
],
60-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDA3Njc3N0QzRUU1Qjk5RUUKUldUdW1WdnUwM2RuQjdzdWdsM0dGQkJVWVpVU256TlA3NXlleXFtV0FKRzROenhySURKc1dZakEK"
61-
}
62-
}
55+
"plugins": {}
56+
6357
}

0 commit comments

Comments
 (0)