Skip to content

Commit 0a8dc74

Browse files
committed
Make sure we get artifacts regardless of errors
1 parent bae5ff4 commit 0a8dc74

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ jobs:
2727
run: vendor/bin/phpcbf proxy-aware-https-fix.php --standard=WordPress
2828

2929
- name: Upload fixed file
30+
if: always()
3031
uses: actions/upload-artifact@v4
3132
with:
3233
name: fixed-php
3334
path: proxy-aware-https-fix.php
3435

36+
3537
- name: Zip plugin
3638
run: zip -r proxy-aware-https-fix.zip proxy-aware-https-fix.php README.md LICENSE CHANGELOG.md composer.lock
3739

0 commit comments

Comments
 (0)