Skip to content

Commit fb0ccd6

Browse files
committed
fix: update release workflow and configuration for Tauri updater artifacts
1 parent fa372bb commit fb0ccd6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
5757
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
58+
TAURI_UPDATER_SUFFIX: "-${{ matrix.arch }}"
5859
with:
5960
tagName: v__VERSION__ # the action automatically replaces __VERSION__ with the app version.
6061
releaseName: 'v__VERSION__'

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"plugins": {
4141
"updater": {
4242
"endpoints": [
43-
"https://github.com/murdercode/presto/releases/latest/download/latest.json"
43+
"https://github.com/murdercode/presto/releases/latest/download/latest-{target}.json"
4444
],
4545
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IENCNDYxMDAyQjIxQkM4MjAKUldRZ3lCdXlBaEJHeXp3bnRHYWRwOVM2WFo1T3IzMXJWUnlJYUtwWlEzcnBKVHpnaXpJNjhmK1gK",
4646
"dangerousInsecureTransportProtocol": false

0 commit comments

Comments
 (0)