From 60a562cabc2c1cede4a4baf46ca439ef346b5043 Mon Sep 17 00:00:00 2001 From: Leastrio Date: Wed, 29 Nov 2023 23:25:54 -0700 Subject: [PATCH] fix updater, add rust cache --- .github/workflows/release.yml | 3 +++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f44cbb2..ee67962 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,9 @@ jobs: - name: install Rust stable uses: dtolnay/rust-toolchain@stable + - name: Rust cache + uses: swatinem/rust-cache@v2 + - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 98104a7..65c0aad 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -44,7 +44,7 @@ }, "resources": [], "shortDescription": "", - "targets": "nsis", + "targets": ["nsis", "updater"], "windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256",