From 9f24fbf3efe94f5d91f0d0d25b91f0c80e0566d5 Mon Sep 17 00:00:00 2001 From: Dawid Bepierszcz <41084667+daffyyyy@users.noreply.github.com> Date: Tue, 20 Feb 2024 01:51:25 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85bdee7d..5914be33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,13 +63,7 @@ jobs: - name: Copy gloves.json run: cp website/data/gloves.json ${{ env.OUTPUT_PATH }}/gloves.json - name: Zip - uses: thedoctor0/zip-release@0.7.5 - with: - type: 'zip' - filename: '${{ env.PROJECT_NAME }}.zip' - path: | - ./${{ env.OUTPUT_PATH }} - ./gamedata/ + run: zip -r "${{ env.PROJECT_NAME }}.zip" "${{ env.OUTPUT_PATH }}" gamedata/ - name: Clean files Website run: | rm -rf website/img/