From d508bf358bf279b3bc61be1d71930b1d12ceb448 Mon Sep 17 00:00:00 2001 From: xyz8848 Date: Sat, 28 May 2022 18:26:52 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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