diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94020af..3b4766f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,8 +29,17 @@ jobs: # - name: Rename build artifacts # run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar + - name: Test + uses: crazy-max/ghaction-github-pages@v2 + with: + target_branch: test + build_dir: / + keep_history: false + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Upload build artifacts uses: actions/upload-artifact@v2 with: - name: FDPClient + name: BlackDex path: lib/android/sdk/ndk-bundle/* \ No newline at end of file