diff --git a/.github/workflows/desktop-tauri.yml b/.github/workflows/desktop-tauri.yml index c746d12..862adfa 100644 --- a/.github/workflows/desktop-tauri.yml +++ b/.github/workflows/desktop-tauri.yml @@ -133,7 +133,7 @@ jobs: Import-PfxCertificate -FilePath certificate/certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $env:WINDOWS_CERTIFICATE_PASSWORD -Force -AsPlainText) - name: 🔨 Build using tauri action (publish artifacts on release) - uses: tauri-apps/tauri-action@ecd2eff64572601ddde25cc4962c2704435736e9 # v0.5.16 + uses: tauri-apps/tauri-action@6a45448f17a006facb105cc5257b3edbc353038a # v0.5.18 env: RUSTFLAGS: "-D warnings" GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}