Skip to content

Commit

Permalink
Update Release Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Veha0001 committed Dec 1, 2024
1 parent 0004111 commit 6a945c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,10 @@ jobs:
tag_name: php-pm${{ inputs.pm-version }}-latest
body: |
## PHP ${{ inputs.php-version-base }} PM${{ inputs.pm-version }} Release
This release includes the compiled PHP binaries for Android with PocketMine-MP version ${{ inputs.pm-version }}.
Last updated on **$(date -u +'%d %b %Y at %H:%M:%S %Z')**
This release includes the compiled PHP binaries for Android with **PocketMine-MP** version ${{ inputs.pm-version }}.x
## Release Notes
[![Action badge](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
[![Runner](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
> [!NOTE]
> If you see the error message `unexpected e_type: 2`, it's likely because you're using the Play Store version of Termux.
> To fix this, run your program in proot-distro or switch to the F-Droid or GitHub version of Termux.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/toolchain-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
## Release Details
This release includes the latest build of the **musl-cross-make** toolchain for Android. It is designed for cross-compiling applications using the musl C library.
[![Build badge](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
[![Runner](https://img.shields.io/badge/Build-Action-lightgreen?style=for-the-badge&logo=githubactions&logoColor=white)](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
### What's Included
- **Target:** aarch64-linux-musl
Expand Down

0 comments on commit 6a945c0

Please sign in to comment.