From 3da7d8790b53dc46baaeefe559f308c5f1320268 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Aug 2026 19:25:29 +0000 Subject: [PATCH] ci: add updater signing key for latest.json generation --- .github/workflows/release.yml | 1 + src-tauri/tauri.conf.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b56891a..3800d82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -55,6 +55,7 @@ jobs: uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }} with: tagName: ${{ github.ref_name }} releaseName: "Clustri ${{ github.ref_name }}" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 5791090..bbea024 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -38,6 +38,7 @@ "plugins": { "updater": { "enabled": true, + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDI5OTlDOUFFNDAyRUU5NTIKUldSUzZTNUFyc21aS1VLaWxyVHdocGlOT3pnb285VjN5S0hCS1F4aEd2dkxsakh4aDRwZzlHdTQK", "endpoints": [ "https://github.com/Factor-scd/clustri/releases/latest/download/latest.json" ]