From f091cfbc4e467aa386e48cdc4506e2bbd9952a99 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Sat, 3 Aug 2024 20:21:17 +0200 Subject: [PATCH] ... --- .github/workflows/build-chrome-ext.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-chrome-ext.yml b/.github/workflows/build-chrome-ext.yml index ef583c8a3..10e383014 100644 --- a/.github/workflows/build-chrome-ext.yml +++ b/.github/workflows/build-chrome-ext.yml @@ -63,7 +63,7 @@ jobs: echo "Current directory:" pwd echo "Creating zip file..." - zip -r ../../chrome-extension-build-${{ steps.get_version.outputs.version_app }}.zip * + zip -r ../../chrome-extension-build-${{ steps.get_version.outputs.version_app }}.zip chrome-extension/* working-directory: build - name: Upload artifact