|
|
@ -30,12 +30,12 @@ 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: | |
|
|
|
run: zip -q -r test.zip / |
|
|
|
rm -rf .gitignore |
|
|
|
|
|
|
|
git diff |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Upload build artifacts |
|
|
|
- name: Upload build artifacts |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: BlackDex |
|
|
|
name: BlackDex |
|
|
|
path: lib/android/sdk/ndk-bundle/* |
|
|
|
path: test.zip |
|
|
|
|
|
|
|
# path: lib/android/sdk/ndk-bundle/* |