diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c8dee8b..e28127c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,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 css/ src/ lang/ images/ templates/ + - run: zip -r ./module.zip module.json lang/ scripts/ styles/ templates/ # Create a release for this specific version - name: Update Release with Files