From 425a53489f920c7ef11fb3fae34df0b491b03d7a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 12 Jan 2026 22:09:16 +0100 Subject: release-candidate: Another attempt to get signing working. --- .github/workflows/release-candidate.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 1d0ad3144..d5d4d9d27 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -74,12 +74,7 @@ jobs: id: upload-unsigned-artifact uses: actions/upload-artifact@v6 with: - path: windows-release-candidate-unsigned - - - name: diagnostic - run: | - echo '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' - echo '${{ steps.upload-unsigned-artifact.outputs.windows-release-candidate-unsigned }}' + path: windows-release-candidate - name: sign-artifact id: sign-artifact @@ -88,7 +83,7 @@ jobs: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: 'd330f023-29aa-44e4-b90b-ae1c570f4a25' project-slug: 'pandoc' - signing-policy-slug: 'test-signing' + signing-policy-slug: 'pandoc-msi-in-zip-artifact' github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' wait-for-completion: true output-artifact-directory: 'windows-release-candidate' -- cgit v1.2.3