Compare commits
1 Commits
20250207.0
...
20250207.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
187839be20
|
@@ -28,10 +28,10 @@ jobs:
|
|||||||
manifest: https://gitea.ascorrea.com/${{github.repository}}/releases/latest/download/module.json
|
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
|
download: https://gitea.ascorrea.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
|
||||||
|
|
||||||
- env:
|
- run: echo zip filename "$ZIP_FILENAME" dist_branch "$DIST_BRANCH_NAME"
|
||||||
|
env:
|
||||||
ZIP_FILE_NAME: "module.zip"
|
ZIP_FILE_NAME: "module.zip"
|
||||||
DIST_BRANCH_NAME: "main"
|
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
|
# Create a zip file with all files required by the module to add to the release
|
||||||
- env:
|
- env:
|
||||||
|
|||||||
Reference in New Issue
Block a user