Compare commits

...

1 Commits

Author SHA1 Message Date
20d9dd9a62 20250207.110331
Some checks failed
Release Creation / build (release) Failing after 20s
2025-02-07 11:03:31 -06:00

View File

@@ -29,6 +29,7 @@ jobs:
# Create a zip file with all files required by the module to add to the release # Create a zip file with all files required by the module to add to the release
- name: Create files (module.zip, module.json) for release - name: Create files (module.zip, module.json) for release
working-directory: ./src
run: > run: >
mkdir -p ../dist mkdir -p ../dist
&& zip -r ../dist/module.zip . && zip -r ../dist/module.zip .