From c67e9324aa3f41e7723b26f12415addc0538d618 Mon Sep 17 00:00:00 2001 From: xyz8848 Date: Sat, 28 May 2022 19:13:48 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9d8590..e7b66f2 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 -q -r test.zip / + run: zip -r -S test.zip * - name: Upload build artifacts