Compare commits
1 Commits
v20250207.
...
v20250207.
| Author | SHA1 | Date | |
|---|---|---|---|
|
20d9dd9a62
|
@@ -29,6 +29,7 @@ jobs:
|
|||||||
|
|
||||||
# Create a zip file with all files required by the module to add to the release
|
# 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
|
- name: Create files (module.zip, module.json) for release
|
||||||
|
working-directory: ./src
|
||||||
run: >
|
run: >
|
||||||
mkdir -p ../dist
|
mkdir -p ../dist
|
||||||
&& zip -r ../dist/module.zip .
|
&& zip -r ../dist/module.zip .
|
||||||
|
|||||||
Reference in New Issue
Block a user