diff --git a/.github/workflows/package-unsigned-rc.yml b/.github/workflows/package-unsigned-rc.yml index 691e5b3..3c77163 100644 --- a/.github/workflows/package-unsigned-rc.yml +++ b/.github/workflows/package-unsigned-rc.yml @@ -73,7 +73,7 @@ jobs: run: node scripts/release/check-version.cjs - name: Build Unsigned Tauri Application - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f with: args: --bundles nsis --config src-tauri/tauri.unsigned.conf.json includeUpdaterJson: false diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index b11e102..c6fd314 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -69,7 +69,7 @@ jobs: fi - name: Build and Release - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}