Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 authored Sep 25, 2024
1 parent 488d449 commit 94ad9bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,18 @@ jobs:
if: success()
run: |
tar -czf ./PHP-Android-aarch64-PM${{ matrix.pm-version }}.tar.gz bin
continue-on-error: true
- name: Upload tarball as an artifact (PM Version ${{ matrix.pm-version }})
if: success()
uses: actions/upload-artifact@v4
with:
name: PHP-Android-aarch64-PM${{ matrix.pm-version }}
path: ./PHP-Android-aarch64-PM${{ matrix.pm-version }}.tar.gz
continue-on-error: true

- name: Publish Release (PM Version ${{ matrix.pm-version }})
if: success() && ${{ inputs['publish-release'] }}
uses: softprops/action-gh-release@v1
with:
files: ./PHP-Android-aarch64-PM${{ matrix.pm-version }}.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
continue-on-error: true

0 comments on commit 94ad9bc

Please sign in to comment.