From 18bbf7d86f62e74941bcdba85b30fa26d112de17 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:14:37 +0200 Subject: [PATCH] Switch to test signing for windows setup --- .github/workflows/build_win.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_win.yml b/.github/workflows/build_win.yml index ca7c7009..b6fca7d1 100644 --- a/.github/workflows/build_win.yml +++ b/.github/workflows/build_win.yml @@ -32,7 +32,7 @@ jobs: id: upload-unsigned-artifact uses: actions/upload-artifact@v4 with: - name: Win-Setup + name: Win-Setup-Unsigned path: dist/*.exe if-no-files-found: error retention-days: 14 @@ -43,7 +43,7 @@ jobs: api-token: "${{ secrets.SIGNPATH_API_TOKEN }}" organization-id: "0471e52c-66fa-4e9a-bfb9-36167095ca3f" project-slug: "novelWriter" - signing-policy-slug: "release-signing" + signing-policy-slug: "test-signing" github-artifact-id: "${{ steps.upload-unsigned-artifact.outputs.artifact-id }}" wait-for-completion: true output-artifact-directory: "dist/" @@ -51,7 +51,7 @@ jobs: - name: Upload Signed Artifacts uses: actions/upload-artifact@v4 with: - name: Win-Setup + name: Win-Setup-Signed path: dist/*.exe if-no-files-found: error retention-days: 14