File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,26 +61,26 @@ jobs:
6161 run : |
6262 cd ${{ github.workspace }}/V2rayNG
6363 chmod 755 gradlew
64- ./gradlew licenseReleaseReport
64+ ./gradlew licenseFdroidReleaseReport
6565 ./gradlew assembleRelease -Pandroid.injected.signing.store.file=${{ steps.android_keystore.outputs.filePath }} -Pandroid.injected.signing.store.password=${{ secrets.APP_KEYSTORE_PASSWORD }} -Pandroid.injected.signing.key.alias=${{ secrets.APP_KEYSTORE_ALIAS }} -Pandroid.injected.signing.key.password=${{ secrets.APP_KEY_PASSWORD }}
6666
6767 - name : Upload arm64-v8a APK
6868 uses : actions/upload-artifact@v4
6969 if : ${{ success() }}
7070 with :
7171 name : arm64-v8a
72- path : ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*arm64-v8a*.apk
72+ path : ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*/ release/*arm64-v8a*.apk
7373
7474 - name : Upload armeabi-v7a APK
7575 uses : actions/upload-artifact@v4
7676 if : ${{ success() }}
7777 with :
7878 name : armeabi-v7a
79- path : ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*armeabi-v7a*.apk
79+ path : ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*/ release/*armeabi-v7a*.apk
8080
8181 - name : Upload x86 APK
8282 uses : actions/upload-artifact@v4
8383 if : ${{ success() }}
8484 with :
8585 name : x86-apk
86- path : ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*x86*.apk
86+ path : ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/*/ release/*x86*.apk
You can’t perform that action at this time.
0 commit comments