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 9b57597 commit 757d177Copy full SHA for 757d177
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
dry-run: false
88
- name: Upload Crash
89
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
90
- if: failure()
+ if: ${{ failure() }}
91
with:
92
name: artifacts
93
path: ./out/artifacts
0 commit comments