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" ]