Skip to content

Commit

Permalink
Chnge repo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnGgIt86 committed Jul 28, 2024
1 parent c0e666c commit 5945a09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Clone
run: |
git clone https://Blawuken:$GH_TOKEN@github.com/Blawuken/v2rayNG
git clone https://AnGgIt86:$GH_TOKEN@github.com/AnGgIt86/v2rayNG
- name: "Execute Gradle assemble"
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build dependencies
run: |
git clone https://Blawuken:$GH_TOKEN@github.com/Blawuken/v2rayNG
git clone https://AnGgIt86:$GH_TOKEN@github.com/AnGgIt86/v2rayNG
cd ${{ github.workspace }}/v2rayNG/AndroidLibXrayLite
mkdir -p assets data
bash gen_assets.sh download
Expand All @@ -67,8 +67,8 @@ jobs:
- name: Update library
run: |
cd ${{ github.workspace }}/v2rayNG
git config --global user.email jarbull87@gmail.com
git config --global user.name Blawuken
git config --global user.email jarbull86@gmail.com
git config --global user.name AnGgIt86
git add -f .
git commit -m "Core: Bump ${{ github.event.inputs.CORE }}"
git push
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Clone
run: |
git clone https://Blawuken:$GH_TOKEN@github.com/Blawuken/v2rayNG
git clone https://AnGgIt86:$GH_TOKEN@github.com/AnGgIt86/v2rayNG
- name: Build
run: |
Expand All @@ -72,4 +72,4 @@ jobs:
- name: Release
run: |
cd ${{ github.workspace }}/v2rayNG/app/build/outputs/apk
ghr -t ${GH_TOKEN} -u Blawuken -r Neko_v2rayNG ${{ github.event.inputs.TAGS }} release
ghr -t ${GH_TOKEN} -u AnGgIt86 -r Neko_v2rayNG ${{ github.event.inputs.TAGS }} release

0 comments on commit 5945a09

Please sign in to comment.