ci: add updater signing key for latest.json generation

This commit is contained in:
Matt
2026-08-25 19:25:29 +00:00
parent e6c9d21b19
commit 3da7d8790b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -55,6 +55,7 @@ jobs:
uses: tauri-apps/tauri-action@v1 uses: tauri-apps/tauri-action@v1
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
with: with:
tagName: ${{ github.ref_name }} tagName: ${{ github.ref_name }}
releaseName: "Clustri ${{ github.ref_name }}" releaseName: "Clustri ${{ github.ref_name }}"
+1
View File
@@ -38,6 +38,7 @@
"plugins": { "plugins": {
"updater": { "updater": {
"enabled": true, "enabled": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDI5OTlDOUFFNDAyRUU5NTIKUldSUzZTNUFyc21aS1VLaWxyVHdocGlOT3pnb285VjN5S0hCS1F4aEd2dkxsakh4aDRwZzlHdTQK",
"endpoints": [ "endpoints": [
"https://github.com/Factor-scd/clustri/releases/latest/download/latest.json" "https://github.com/Factor-scd/clustri/releases/latest/download/latest.json"
] ]