[PECL-CVS] [pecl-mail-mailparse] ci/windows-improvements: address reviews
[email protected] (Rasmus Lerdorf) Sun, 5 Apr 2026 12:04:39 +0000
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-05T08:04:34-04:00
Commit: https://github.com/php/pecl-mail-mailparse/commit/7add5f37103596ebed88d092c945cbab5113dfb1
Raw diff: https://github.com/php/pecl-mail-mailparse/commit/7add5f37103596ebed88d092c945cbab5113dfb1.diff
address reviews
Changed paths:
M .github/workflows/ci.yml
Diff:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3833ec5..5c4e267 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,7 +66,8 @@ jobs:
set PATH=%PATH%;${{steps.setup-php.outputs.prefix}}\ext
nmake test TESTS="-d extension=${{steps.setup-php.outputs.prefix}}\ext\php_mbstring.dll --show-diff tests"
- name: Upload DLL
+ if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: php_mailparse-${{matrix.version}}-${{matrix.arch}}-${{matrix.ts}}
- path: "**\\php_mailparse.dll"
+ path: "**/php_mailparse.dll"