diff --git a/.github/workflows/dev-channel.yml b/.github/workflows/dev-channel.yml index 9505a4f6..29d380c1 100644 --- a/.github/workflows/dev-channel.yml +++ b/.github/workflows/dev-channel.yml @@ -194,7 +194,7 @@ jobs: # Build the bundle (no GitHub Release created here; tauri-action only # builds, then softprops/action-gh-release uploads to the rolling tag). - name: Build + sign (tauri-action) - 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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44874902..60ca0d1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: echo "staged sidecar:"; ls -la src-tauri/binaries - name: Build + sign + release (tauri-action) - uses: tauri-apps/tauri-action@v0 + uses: tauri-apps/tauri-action@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Updater signing keypair. The password secret EXISTS but is empty.