From bbb50580cdbc98559312c77b5a2e065124f7633e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:18:35 +0000 Subject: [PATCH] Improve comment clarity for ZIP creation behavior Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com> --- .github/workflows/release_pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index f920332..3c9041b 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -667,7 +667,8 @@ else: ZIP="${REPO_NAME}-${VERSION}-${SUFFIX}.zip" # Create ZIP with development artifact exclusions - # Only zip the contents of the src folder + # Zip only the contents of the src folder (not the src/ folder itself) + # This creates a ZIP with extension files at the root level for direct installation cd src zip -r -X "${DIST_DIR}/${ZIP}" . \ -x ".git/**" \