diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 97131d4..7e2b83d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -110,15 +110,15 @@ jobs: `# The name of the output file` \ ./module.zip \ `# The files that will be included.` \ - module.json \ + src/module.json \ README.md \ LICENSE \ templates \ - scripts/ \ - styles/ \ - packs/ \ - language/ \ - lang/ + src/scripts/ \ + src/styles/ \ + src/packs/ \ + src/language/ \ + src/lang/ # Don't forget to add a backslash at the end of the line for any # additional files or directories!