From eef9556af95a47c6752334bd070934fdab083a50 Mon Sep 17 00:00:00 2001 From: DigHuang <114602213+DigHuang@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:09:57 +0800 Subject: [PATCH] fix(win): trigger build on PRs and fix SignPath input --- .github/workflows/win_build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/win_build.yml b/.github/workflows/win_build.yml index 504a217e..415c9b69 100644 --- a/.github/workflows/win_build.yml +++ b/.github/workflows/win_build.yml @@ -1,6 +1,8 @@ name: Tauri build on Windows on: + pull_request: + branches: [ "main" ] push: tags: - "v*" @@ -111,7 +113,7 @@ jobs: uses: signpath/github-action-submit-signing-request@v2 with: api-token: ${{ secrets.SIGNPATH_API_TOKEN }} - organization_id: '78e37079-23df-4800-b41c-33312ad7c1e3' + organization-id: '78e37079-23df-4800-b41c-33312ad7c1e3' project-slug: 'ValueCell' signing-policy-slug: 'ValueCell-sign' github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'