Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dise committed Oct 11, 2024
2 parents 1845347 + 333f127 commit 8667f62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ jobs:
gomobile init
go mod tidy -v
gomobile bind -v -androidapi 21 -ldflags='-s -w' ./
cp *.aar ${{ github.workspace }}/V2rayNG/app/libs/
cp *.aar ${{ github.workspace }}/Boxfish/app/libs/
- name: Build APK
run: |
cd ${{ github.workspace }}/V2rayNG
cd ${{ github.workspace }}/Boxfish
chmod 755 gradlew
./gradlew assembleDebug
- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: apk
path: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/debug/
path: ${{ github.workspace }}/Boxfish/app/build/outputs/apk/debug/

0 comments on commit 8667f62

Please sign in to comment.