|
|
@ -30,7 +30,7 @@ jobs: |
|
|
|
# run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar |
|
|
|
# run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar |
|
|
|
|
|
|
|
|
|
|
|
- name: Test |
|
|
|
- name: Test |
|
|
|
run: zip -r -S test.zip * |
|
|
|
run: zip -r test.zip * |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Upload build artifacts |
|
|
|
- name: Upload build artifacts |
|
|
@ -38,4 +38,4 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: BlackDex |
|
|
|
name: BlackDex |
|
|
|
path: test.zip |
|
|
|
path: test.zip |
|
|
|
# path: lib/android/sdk/ndk-bundle/* |
|
|
|
# path: lib/android/sdk/ndk-bundle/* |
|
|
|