Skip to content

Commit 757d177

Browse files
committed
ci.yml format if expression to match rest of project
1 parent 9b57597 commit 757d177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
dry-run: false
8888
- name: Upload Crash
8989
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
90-
if: failure()
90+
if: ${{ failure() }}
9191
with:
9292
name: artifacts
9393
path: ./out/artifacts

0 commit comments

Comments
 (0)