diff options
| author | John MacFarlane <[email protected]> | 2026-01-12 21:04:05 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2026-01-12 21:04:05 +0100 |
| commit | 12b3bc32872026083b54aee5315ae625816a2b50 (patch) | |
| tree | fdccad57fce153fa46ae8bc1b349f7b5672a37ce | |
| parent | fe773dca1fdc4c148c4fc276bbd8d1c750f9ced1 (diff) | |
release-candidate: add a diagnostic step.
| -rw-r--r-- | .github/workflows/release-candidate.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 6a619597e..1d0ad3144 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -76,6 +76,11 @@ jobs: 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 }}' + - name: sign-artifact id: sign-artifact uses: signpath/github-action-submit-signing-request@v2 |
