We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c818fb5 commit 0932fdaCopy full SHA for 0932fda
1 file changed
.github/workflows/build.yml
@@ -675,6 +675,11 @@ jobs:
675
- windows
676
- windows-template
677
steps:
678
+ - name: Results
679
+ run: |
680
+ echo '${{ toJSON(needs) }}'
681
+ echo '${{ toJSON(needs.windows.outputs) }}'
682
+ echo '${{ toJSON(needs.windows-template.outputs) }}'
683
- name: Warn if Windows builds failed
684
if: ${{ needs.windows.outputs.result == 'failed' || needs.windows-template.outputs.result == 'failed' }}
685
run: |
0 commit comments