-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
Hi,
I found that this condition is not working steps.diff.conclusion == 'failure'
cause there is no id for previous step that does the comparison
checkout/.github/workflows/check-dist.yml
Line 48 in ac59398
if: ${{ failure() && steps.diff.conclusion == 'failure' }} |
All you need is to add the id: diff
between these two lines
checkout/.github/workflows/check-dist.yml
Lines 38 to 39 in ac59398
- name: Compare the expected and actual dist/ directories | |
run: | |
Without that, the action upload-artifact will never upload the artifact dist/
thanks
Metadata
Metadata
Assignees
Labels
No labels