Update module packaging workflow
All checks were successful
Release Creation / build (release) Successful in 34s

This commit is contained in:
2025-02-07 11:09:14 -06:00
parent bd4db36d90
commit 5317a8dc9f

View File

@@ -32,9 +32,9 @@ jobs:
working-directory: ./src
run: >
mkdir -p ../dist
&& zip ../dist/module.zip .
&& cp src/module.json ../dist/
&& echo \"Done!\nZipped module.json and copied module.js.\"
&& zip -r ../dist/module.zip .
&& cp module.json ../dist/
&& echo \"Done! Zipped module.json and copied module.js.\"
- name: Setting commit message variable
id: commit-message