Skip to content

Commit

Permalink
Fix Android binaries not being attached to archive releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Dec 24, 2024
1 parent 8d554bd commit fb8938f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
artifacts: |
${{ github.workspace }}/PHP-*-Linux-PM*/*.tar.gz
${{ github.workspace }}/PHP-*-MacOS-*-PM*/*.tar.gz
${{ github.workspace }}/PHP-*-PM*/*.tar.gz
${{ github.workspace }}/PHP-*-Windows-PM*/*.zip
name: PHP (Build ${{ github.run_number }}) - Archive
tag: php-build-${{ github.run_number }}
Expand Down

0 comments on commit fb8938f

Please sign in to comment.