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 working-directory: ./src
run: > run: >
mkdir -p ../dist mkdir -p ../dist
&& zip ../dist/module.zip . && zip -r ../dist/module.zip .
&& cp src/module.json ../dist/ && cp module.json ../dist/
&& echo \"Done!\nZipped module.json and copied module.js.\" && echo \"Done! Zipped module.json and copied module.js.\"
- name: Setting commit message variable - name: Setting commit message variable
id: commit-message id: commit-message