From 187839be20451985066d0c218e3980849bd8b19c Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 7 Feb 2025 08:31:31 -0600 Subject: [PATCH] 20250207.083131 --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 6fb34a8..7089aac 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -28,10 +28,10 @@ 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: + - run: echo zip filename "$ZIP_FILENAME" dist_branch "$DIST_BRANCH_NAME" + 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: