diff options
| author | John MacFarlane <[email protected]> | 2026-01-12 22:09:16 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2026-01-12 22:09:16 +0100 |
| commit | 425a53489f920c7ef11fb3fae34df0b491b03d7a (patch) | |
| tree | 6b5ae4131de29b463479b5d844a3499427e5ebf5 /.github | |
| parent | 12b3bc32872026083b54aee5315ae625816a2b50 (diff) | |
release-candidate: Another attempt to get signing working.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 9 |
1 files changed, 2 insertions, 7 deletions
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' |
