Skip to content

Commit

Permalink
Compile IPK
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyunknown committed Oct 13, 2024
1 parent 5808f09 commit f52c23d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,20 @@ jobs:
release_date=$(date +'%y%m%d')
release_name="Openclash-Lite-${release_date}"
release_tag="${{ steps.get_dev_version.outputs.dev_version }}"
release_body="### Openclash Lite version ${{ steps.get_dev_version.outputs.dev_version }} for openwrt
- Openclash core [HERE](https://github.com/bobbyunknown/OpenClash-lite/tree/main/Openclash%20core)
- Openclash IPK official [HERE](https://github.com/bobbyunknown/OpenClash-lite/tree/main/Openclash%20official%20package)"
release_body="# πŸš€ Openclash Lite for OpenWRT
## πŸ“¦ Release Versions
- πŸ”₯ Dev: \`${{ steps.get_dev_version.outputs.dev_version }}\`
- πŸ›‘οΈ Stable: \`${{ steps.get_stable_version.outputs.stable_version }}\`
## πŸ“₯ Downloads
- [πŸ’» Openclash Core](https://github.com/bobbyunknown/OpenClash-lite/tree/main/Openclash%20core)
- [πŸ“¦ Official Openclash IPK](https://github.com/bobbyunknown/OpenClash-lite/tree/main/Openclash%20official%20package)
---
> πŸ”” Always ensure you're using the latest version for the best performance and security!
_Thank you for using Openclash Lite! πŸ™_"
gh release create "$release_tag" \
--title "$release_name" \
Expand Down

0 comments on commit f52c23d

Please sign in to comment.