aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2026-01-12 21:04:05 +0100
committerJohn MacFarlane <[email protected]>2026-01-12 21:04:05 +0100
commit12b3bc32872026083b54aee5315ae625816a2b50 (patch)
treefdccad57fce153fa46ae8bc1b349f7b5672a37ce /.github
parentfe773dca1fdc4c148c4fc276bbd8d1c750f9ced1 (diff)
release-candidate: add a diagnostic step.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-candidate.yml5
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