From 2c6682655605bd672da40901c7272f7e8ac0b8cd Mon Sep 17 00:00:00 2001 From: Louis Beaumont Date: Tue, 24 Dec 2024 21:48:21 +0100 Subject: [PATCH] release-app fix --- .github/workflows/release-app.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index e510a6c14..95c9e49ce 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -144,10 +144,6 @@ jobs: with: ref: ${{ github.event.inputs.commit_hash || github.ref }} - - name: skip self hosted - if: matrix.tauri-args == '--target x86_64-pc-windows-msvc' - run: - exit 1 - name: Update version in Cargo.toml if: github.event.inputs.commit_hash && github.event.inputs.version && matrix.platform != 'macos-latest'