Compare commits
2 Commits
v20250207.
...
v20250207.
| Author | SHA1 | Date | |
|---|---|---|---|
|
809063f0f6
|
|||
|
dd9f1d8157
|
@@ -30,10 +30,10 @@ 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
|
||||||
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 src/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
|
||||||
@@ -45,9 +45,6 @@ jobs:
|
|||||||
git log -1 --pretty=%B
|
git log -1 --pretty=%B
|
||||||
echo EOF
|
echo EOF
|
||||||
} >> "$GITHUB_OUTPUT"
|
} >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: retreive commit message
|
|
||||||
run: echo "commit message is ${{ steps.commit-message.outputs.COMMIT_MESSAGE }}"
|
|
||||||
|
|
||||||
# Create a release for this specific version
|
# Create a release for this specific version
|
||||||
- name: Update Release with Files
|
- name: Update Release with Files
|
||||||
|
|||||||
Reference in New Issue
Block a user