20250207.082811
Some checks failed
Release Creation / build (release) Failing after 22s

This commit is contained in:
2025-02-07 08:28:11 -06:00
parent a6278772fc
commit b8ac60b8a2
3 changed files with 19 additions and 1 deletions

View File

@@ -28,6 +28,11 @@ jobs:
manifest: https://gitea.ascorrea.com/${{github.repository}}/releases/latest/download/module.json
download: https://gitea.ascorrea.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
- env:
ZIP_FILE_NAME: "module.zip"
DIST_BRANCH_NAME: "main"
run: echo zip filename "${ZIP_FILENAME}" dist_branch "${DIST_BRANCH_NAME}"
# Create a zip file with all files required by the module to add to the release
- env:
ZIP_FILE_NAME: "module.zip"