Skip to content

Commit 07dd360

Browse files
committed
Fix conditional in github actions
1 parent 5601e8b commit 07dd360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Upload build directory to artifact
8282
uses: actions/upload-artifact@v4
83-
if: ${{ success() }} || ${{ failure() }}
83+
if: ${{ success() || failure() }}
8484
with:
8585
name: phpcq-builds-php-${{ matrix.php }}
8686
path: .phpcq/build/

0 commit comments

Comments
 (0)