From b5dfcd3cf6a1986b42a6e9d116e2424ffbd88184 Mon Sep 17 00:00:00 2001 From: Paul Savoie Date: Thu, 2 Jan 2025 13:41:11 +0100 Subject: [PATCH 1/3] adds fail to build --- .github/workflows/sign.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index 3489f66..2dda78a 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -36,3 +36,6 @@ jobs: github-artifact-id: "${{steps.upload-unsigned-artifact.outputs.artifact-id}}" artifact-configuration-slug: 'zipped' wait-for-completion: false + + - name: Fails + run: exit 1 # Fails on purpose so that it can be re-tried From eaa73a7e2e4d46e65cdf49385e84917dc298bba7 Mon Sep 17 00:00:00 2001 From: Paul Savoie Date: Thu, 2 Jan 2025 14:00:14 +0100 Subject: [PATCH 2/3] Update sign.yml --- .github/workflows/sign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index 2dda78a..86c7cbe 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -31,7 +31,7 @@ jobs: with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}' - project-slug: 'Executable' + project-slug: 'executable' signing-policy-slug: 'release-signing' github-artifact-id: "${{steps.upload-unsigned-artifact.outputs.artifact-id}}" artifact-configuration-slug: 'zipped' From 15ba684247887ab7cbb3feadd2a2d511da533d65 Mon Sep 17 00:00:00 2001 From: Paul Savoie Date: Mon, 29 Sep 2025 10:11:32 +0200 Subject: [PATCH 3/3] Update sign.yml --- .github/workflows/sign.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sign.yml b/.github/workflows/sign.yml index 86c7cbe..6481747 100644 --- a/.github/workflows/sign.yml +++ b/.github/workflows/sign.yml @@ -27,7 +27,7 @@ jobs: path: random.dll - name: Submit Signing Request - uses: signpath/github-action-submit-signing-request@v1.1 + uses: signpath/github-action-submit-signing-request@v1 with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}'