diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 5e675cf..323b143 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -32,7 +32,7 @@ jobs: download: https://gitea.ascorrea.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 demo.md + - run: zip -r ./module.zip ./module.zip main.js module.json # Create a release for this specific version - name: Update Release with Files diff --git a/src/main.js b/src/main.js new file mode 100644 index 0000000..e69de29