diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52ded34..2d0a7b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,11 +48,11 @@ 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 @@ -60,4 +60,4 @@ jobs: 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/