Skip to content

Commit

Permalink
Dont include jar in build xray-core
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Aug 9, 2024
1 parent f19cbc5 commit 6438a88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
cd ${{ github.workspace }}/v2rayNG
git config --global user.email jarbull86@gmail.com
git config --global user.name AnGgIt86
git rm -rf ${{ github.workspace }}/v2rayNG/AndroidLibXrayLite/*.jar
git add -f .
git commit -m "Core: Bump ${{ github.event.inputs.CORE }}"
git push

0 comments on commit 6438a88

Please sign in to comment.