diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfd663dc..9f73827d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: rm -f $RUNNER_TEMP/certificate.p12 - name: Build and bundle Tauri desktop app - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}