From d7fb334e6a513f0eaa8c10471e1934a7a4f447a1 Mon Sep 17 00:00:00 2001 From: xyz8848 Date: Sat, 28 May 2022 06:20:18 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7b66f2..99931e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: # run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar - name: Test - run: zip -r -S test.zip * + run: zip -r test.zip * - name: Upload build artifacts @@ -38,4 +38,4 @@ jobs: with: name: BlackDex path: test.zip - # path: lib/android/sdk/ndk-bundle/* \ No newline at end of file + # path: lib/android/sdk/ndk-bundle/*