Update release pipeline for correct secret names and simplified ZIP naming #34
3
.github/workflows/release_pipeline.yml
vendored
3
.github/workflows/release_pipeline.yml
vendored
@@ -667,7 +667,8 @@ else:
|
|||||||
ZIP="${REPO_NAME}-${VERSION}-${SUFFIX}.zip"
|
ZIP="${REPO_NAME}-${VERSION}-${SUFFIX}.zip"
|
||||||
|
|
||||||
# Create ZIP with development artifact exclusions
|
# 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
|
cd src
|
||||||
zip -r -X "${DIST_DIR}/${ZIP}" . \
|
zip -r -X "${DIST_DIR}/${ZIP}" . \
|
||||||
-x ".git/**" \
|
-x ".git/**" \
|
||||||
|
|||||||
Reference in New Issue
Block a user