mirror of
https://github.com/2dust/v2rayNG.git
synced 2025-12-18 06:19:46 +08:00
Update build.yml
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
go get github.com/xtls/xray-core@${{ github.event.inputs.XRAY_CORE_VERSION }} || true
|
go get github.com/xtls/xray-core@${{ github.event.inputs.XRAY_CORE_VERSION }} || true
|
||||||
gomobile init
|
gomobile init
|
||||||
go mod tidy -v
|
go mod tidy -v
|
||||||
gomobile bind -v -androidapi 19 -ldflags='-s -w' ./
|
gomobile bind -v -androidapi 21 -ldflags='-s -w' ./
|
||||||
cp *.aar ${{ github.workspace }}/V2rayNG/app/libs/
|
cp *.aar ${{ github.workspace }}/V2rayNG/app/libs/
|
||||||
|
|
||||||
- name: Build APK
|
- name: Build APK
|
||||||
|
|||||||
Reference in New Issue
Block a user