Skip to content

Commit 9728fa5

Browse files
authored
Update main.yml
1 parent 16bfcec commit 9728fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
uses: ncipollo/[email protected]
5757
with:
5858
artifacts: |
59-
${{ github.workspace }}/PHP-*-PM*/*.tar.gz
60-
${{ github.workspace }}/PHP-*-Windows-PM*/*.zip
59+
${{ github.workspace }}/*PHP-*-PM*/*.tar.gz
60+
${{ github.workspace }}/*PHP-*-Windows-PM*/*.zip
6161
name: PHP (Build ${{ github.run_number }}) - Archive
6262
tag: php-build-${{ github.run_number }}
6363
commit: ${{ github.sha }}

0 commit comments

Comments
 (0)