Skip to content

Commit

Permalink
Fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
InoUno committed Nov 13, 2023
1 parent 593589c commit ddf382d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ""
with:
args: --config client/updater.conf.json
args: --config src-tauri/updater.conf.json
projectPath: client
distPath: client/dist
tagName: xi-tinkerer-v__VERSION__
Expand Down
24 changes: 13 additions & 11 deletions client/src-tauri/updater.conf.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"updater": {
"active": true,
"dialog": true,
"windows": {
"installMode": "passive",
"installerArgs": []
},
"endpoints": [
"https://github.com/InoUno/xi-tinkerer/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY0RUQ2MzREQjEzNDdBOTYKUldTV2VqU3hUV1B0OUV3KytyUDN0aHl4MjNGQmQ5TkhFV0JqV2VJVW9mL290dmRyYmZML1RCTGcK"
"tauri": {
"updater": {
"active": true,
"dialog": true,
"windows": {
"installMode": "passive",
"installerArgs": []
},
"endpoints": [
"https://github.com/InoUno/xi-tinkerer/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEY0RUQ2MzREQjEzNDdBOTYKUldTV2VqU3hUV1B0OUV3KytyUDN0aHl4MjNGQmQ5TkhFV0JqV2VJVW9mL290dmRyYmZML1RCTGcK"
}
}
}

0 comments on commit ddf382d

Please sign in to comment.