Skip to content

Commit 0932fda

Browse files
committed
debug output
1 parent c818fb5 commit 0932fda

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,11 @@ jobs:
675675
- windows
676676
- windows-template
677677
steps:
678+
- name: Results
679+
run: |
680+
echo '${{ toJSON(needs) }}'
681+
echo '${{ toJSON(needs.windows.outputs) }}'
682+
echo '${{ toJSON(needs.windows-template.outputs) }}'
678683
- name: Warn if Windows builds failed
679684
if: ${{ needs.windows.outputs.result == 'failed' || needs.windows-template.outputs.result == 'failed' }}
680685
run: |

0 commit comments

Comments
 (0)