Skip to content

Commit 511594a

Browse files
committed
chore: try splitting config again
1 parent 5112a0c commit 511594a

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/build-tauri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
shell: bash
100100
run: |
101101
for target in ${{ join(matrix.tauri_target, ' ') }}; do
102-
yarn build:tauri --target $target
102+
yarn build:tauri --target $target --config ./release.conf.json
103103
done
104104
env:
105105
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}

app/tauri/release.conf.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": {
3+
"updater": {
4+
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVDNUI3N0FBQTI3NkEwOTQKUldTVW9IYWlxbmRiWElmTjM2blhVVzJ4RW9iaXhZa0xHY0lKNWMxQ2FnUks2bXBCSG5UcXZiQzkK"
5+
}
6+
}
7+
}

app/tauri/tauri.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
},
2828
"plugins": {
2929
"updater": {
30-
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVDNUI3N0FBQTI3NkEwOTQKUldTVW9IYWlxbmRiWElmTjM2blhVVzJ4RW9iaXhZa0xHY0lKNWMxQ2FnUks2bXBCSG5UcXZiQzkK",
3130
"endpoints": [
3231
"https://api.github.com/repos/zidoro/pomatez/this/is/not/a/valid/url/and/will/be/set/in/rust"
3332
]

0 commit comments

Comments
 (0)