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 16bfcec commit 9728fa5Copy full SHA for 9728fa5
.github/workflows/main.yml
@@ -56,8 +56,8 @@ jobs:
56
uses: ncipollo/[email protected]
57
with:
58
artifacts: |
59
- ${{ github.workspace }}/PHP-*-PM*/*.tar.gz
60
- ${{ github.workspace }}/PHP-*-Windows-PM*/*.zip
+ ${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
+ ${{ github.workspace }}/*PHP-*-Windows-PM*/*.zip
61
name: PHP (Build ${{ github.run_number }}) - Archive
62
tag: php-build-${{ github.run_number }}
63
commit: ${{ github.sha }}
0 commit comments