File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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__'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments