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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user