Update release pipeline for correct secret names and simplified ZIP naming #34

Merged
Copilot merged 7 commits from copilot/create-build-scripts-for-releases into main 2026-01-05 08:36:52 +00:00
Showing only changes of commit bbb50580cd - Show all commits

View File

@@ -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/**" \