diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index a155d99..809d983 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -281,7 +281,7 @@ jobs: - run: npm ci - run: bash scripts/build-sidecar.sh ${{ matrix.target }} - name: Build Tauri app (unsigned validation gate) - 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 }} @@ -554,7 +554,7 @@ jobs: # by release-desktop.yml on `v[0-9]*` tags) still produce both NSIS # and MSI because the version has no pre-release identifier. - name: Build Tauri app and upload to release - 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-desktop.yml b/.github/workflows/release-desktop.yml index 5e79086..9367a85 100644 --- a/.github/workflows/release-desktop.yml +++ b/.github/workflows/release-desktop.yml @@ -145,7 +145,7 @@ jobs: shell: bash - name: Build Tauri app and upload to release - 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 }}