diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 03094f9..430eb12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: run: npm run pullYAMLtoLDB # Create a zip file with all files required by the module to add to the release - - run: zip -r ./system.zip system.json template.json asset/ css/ lang/ module/ templates/ packs/ + - run: zip -r ./system.zip system.json template.json assets/ css/ lang/ module/ templates/ packs/ # Create a release for this specific version - name: Update Release with Files