From 7148ba683b6237ae9801f2fd908f66a3c5ee5715 Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Tue, 30 Jul 2024 22:41:13 +0300 Subject: [PATCH] fix: publish.yaml --- .github/workflows/publish.yaml | 6 ++++++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 41d69ce..e66b034 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,6 +30,10 @@ jobs: with: node-version: lts/* + - uses: pnpm/action-setup@v4 + with: + version: 9 + - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: @@ -50,6 +54,8 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + TAURI_KEY_PASSWORD: "" with: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version. releaseName: "Vigi v__VERSION__" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8cc0160..ce50e89 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -16,7 +16,7 @@ "https://raw.githubusercontent.com/TxtDot/vigi/main/latest.json" ], "dialog": true, - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDdFQTQ3OTlFRTEzNjc0MEQKUldRTmREYmhubm1rZm1TamV4RUNKc01iSENyeG80bFhKY1B4cXd3RTk1TWV5bEVUYTFleENBRW0K" + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEMzQTRGNjZDOTNENzEyREMKUldUY0V0ZVRiUGFrd3h5U0l3c3Z1aTVaNGJHZ3JtK2ZzeDZjeWt4bFF0RjhDT0ZPVjArbWVERGIK" }, "allowlist": { "all": false,