From 988df3a2d94954d57660be964a3fe802633f7a55 Mon Sep 17 00:00:00 2001 From: xyz8848 Date: Sat, 28 May 2022 18:53:30 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18d7235..b9d8590 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,12 @@ jobs: # run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar - name: Test - run: | - rm -rf .gitignore - git diff + run: zip -q -r test.zip / + - name: Upload build artifacts uses: actions/upload-artifact@v2 with: name: BlackDex - path: lib/android/sdk/ndk-bundle/* \ No newline at end of file + path: test.zip + # path: lib/android/sdk/ndk-bundle/* \ No newline at end of file