Skip to content

Commit fb8938f

Browse files
authored
Fix Android binaries not being attached to archive releases
1 parent 8d554bd commit fb8938f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
uses: ncipollo/[email protected]
5757
with:
5858
artifacts: |
59-
${{ github.workspace }}/PHP-*-Linux-PM*/*.tar.gz
60-
${{ github.workspace }}/PHP-*-MacOS-*-PM*/*.tar.gz
59+
${{ github.workspace }}/PHP-*-PM*/*.tar.gz
6160
${{ github.workspace }}/PHP-*-Windows-PM*/*.zip
6261
name: PHP (Build ${{ github.run_number }}) - Archive
6362
tag: php-build-${{ github.run_number }}

0 commit comments

Comments
 (0)