Compare commits
14 Commits
v20250207.
...
v20260109.
| Author | SHA1 | Date | |
|---|---|---|---|
|
5de544c91e
|
|||
|
c0aa042292
|
|||
|
b528aefdd5
|
|||
|
baffa8f2bc
|
|||
|
22f6ad45ce
|
|||
|
0d7867a79f
|
|||
|
f9f463848f
|
|||
|
5f1f83c2f1
|
|||
|
462c9f4833
|
|||
|
6259a1c164
|
|||
| d7a3fbfdaa | |||
|
2c12bb4eb3
|
|||
|
20d9dd9a62
|
|||
|
809063f0f6
|
@@ -29,11 +29,12 @@ 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
|
||||||
&& git archive --format zip --output dist/module.zip HEAD:src
|
&& zip -r ../dist/module.zip .
|
||||||
&& cp src/module.json dist/
|
&& cp module.json ../dist/
|
||||||
&& echo \"Done!\nArchived to ${ZIP_FILENAME} and copied module.js.\"
|
&& echo \"Done!\nZipped module.json and copied module.js.\"
|
||||||
|
|
||||||
- name: Setting commit message variable
|
- name: Setting commit message variable
|
||||||
id: commit-message
|
id: commit-message
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
.env
|
.env
|
||||||
.secrets
|
.secrets
|
||||||
.github/
|
.github/
|
||||||
|
*.sh
|
||||||
Reference in New Issue
Block a user