diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ed6c35a..7919320 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -72,7 +72,7 @@ jobs: - name: Build All # Create a zip file with all files required by the module to add to the release - run: zip ${{steps.get_vars.outputs.ZIP_NAME}} -r assets lang module packs sockets styles templates system.json template.json + run: zip ${{steps.get_vars.outputs.ZIP_NAME}} -r lang module public templates system.json efs.js efs.css template.json # Create a release for this specific version - name: Update Release with Files