Compare commits
2 Commits
v20250207.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
2c12bb4eb3
|
|||
|
20d9dd9a62
|
@@ -29,10 +29,11 @@ jobs:
|
||||
|
||||
# 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
|
||||
working-directory: ./src
|
||||
run: >
|
||||
mkdir -p ../dist
|
||||
&& zip -r ../dist/module.zip .
|
||||
&& cp src/module.json ../dist/
|
||||
&& cp module.json ../dist/
|
||||
&& echo \"Done!\nZipped module.json and copied module.js.\"
|
||||
|
||||
- name: Setting commit message variable
|
||||
|
||||
Reference in New Issue
Block a user