20250207.092640
All checks were successful
Release Creation / build (release) Successful in 24s

This commit is contained in:
2025-02-07 09:26:40 -06:00
parent 6ac5ceb26a
commit d4b5c3fe66

View File

@@ -34,6 +34,9 @@ jobs:
&& git archive --format zip --output dist/module.zip HEAD:src
&& cp src/module.json dist/
&& echo \"Done!\nArchived to ${ZIP_FILENAME} and copied module.js.\"
- name: Echo commit message
run: echo "`${{ github.event.head_commit.message }}`"
# Create a release for this specific version
- name: Update Release with Files