Update module packaging workflow
All checks were successful
Release Creation / build (release) Successful in 34s
All checks were successful
Release Creation / build (release) Successful in 34s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user