From 1c52029bd244bd9b7b771fe23ffc9d3a4af92bf2 Mon Sep 17 00:00:00 2001 From: esheyw Date: Thu, 25 Jan 2024 16:18:43 -0800 Subject: [PATCH] remove extraneous folders from workflow --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a63416c..722010d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -23,7 +23,7 @@ jobs: download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip # Create a zip file with all files required by the module to add to the release - - run: zip -r ./module.zip module.json LICENSE styles/*.css styles/*.map scripts/ templates/ lang/ + - run: zip -r ./module.zip module.json LICENSE scripts/ lang/ # Create a release for this specific version - name: Update Release with Files