diff --git a/.github/workflows/multiOSReleases.yml b/.github/workflows/multiOSReleases.yml index ebf2585bb1..74a6e74641 100644 --- a/.github/workflows/multiOSReleases.yml +++ b/.github/workflows/multiOSReleases.yml @@ -475,7 +475,7 @@ jobs: fi - name: Build Tauri app - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} @@ -505,7 +505,6 @@ jobs: projectPath: ./frontend/editor tauriScript: npx tauri args: ${{ matrix.args }} - updaterJsonKeepUniversal: true # Bundled libwayland conflicts with the host's on some distros (Fedora # Wayland: EGL_BAD_PARAMETER, blank window - #6878). Repack without it, diff --git a/.github/workflows/tauri-build.yml b/.github/workflows/tauri-build.yml index 09422a8093..9fca8ec994 100644 --- a/.github/workflows/tauri-build.yml +++ b/.github/workflows/tauri-build.yml @@ -386,7 +386,7 @@ jobs: - name: Build Tauri app (signed) if: env.SIGN_BUNDLE == 'true' - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }} @@ -421,7 +421,7 @@ jobs: - name: Build Tauri app (unsigned) if: env.SIGN_BUNDLE != 'true' - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SIGN: "0" @@ -447,7 +447,7 @@ jobs: - name: Build Tauri app (Linux AppImage) if: matrix.platform == 'ubuntu-22.04' && !inputs.minimal continue-on-error: true - uses: tauri-apps/tauri-action@84b9d35b5fc46c1e45415bdb6144030364f7ebc5 # v0.6.2 + uses: tauri-apps/tauri-action@1deb371b0cd8bd54025b384f1cd735e725c4060f # v1.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SIGN: ${{ (inputs.sign && env.RELEASE_GPG_PRIVATE_KEY != '' && github.ref == 'refs/heads/main') && '1' || '0' }}