diff --git a/.github/scripts/gen-vscode-link-bullet.sh b/.github/scripts/gen-vscode-link-bullet.sh
index 225a2c4526..16de1bddc1 100755
--- a/.github/scripts/gen-vscode-link-bullet.sh
+++ b/.github/scripts/gen-vscode-link-bullet.sh
@@ -2,7 +2,7 @@ id=$1
label=$2
download_url_root=$3
-vsix_file=`aws s3 ls s3://$AWS_S3_BUCKET/snapshot/vscode-extensions/$id/ | awk '{$1=$2=$3=""; print $0}' | awk '{$1=$1};1' | grep "\.vsix$"`
+vsix_file=`aws s3 ls s3://$AWS_S3_BUCKET/snapshot/sts4/vscode-extensions/$id/ | awk '{$1=$2=$3=""; print $0}' | awk '{$1=$1};1' | grep "\.vsix$"`
if [ ! -z "${vsix_file}" ]; then
- echo "
${label}: ${vsix_file}"
+ echo "${label}: ${vsix_file}"
fi
\ No newline at end of file
diff --git a/.github/workflows/snapshot-vscode-extension.yml b/.github/workflows/snapshot-vscode-extension.yml
index 46a4910c18..cb23965eaf 100644
--- a/.github/workflows/snapshot-vscode-extension.yml
+++ b/.github/workflows/snapshot-vscode-extension.yml
@@ -49,7 +49,7 @@ jobs:
run: |
vsix_file=`ls ./vsix | head -n 1`
echo "VSIX file to upload ${vsix_file}"
- s3_path=snapshot/vscode-extensions/${{ inputs.extension-name }}
+ s3_path=snapshot/sts4/vscode-extensions/${{ inputs.extension-name }}
echo "S3 path: ${s3_path}"
aws s3 rm s3://$AWS_S3_BUCKET/$s3_path/ --recursive
aws s3 cp ./vsix/$vsix_file s3://$AWS_S3_BUCKET/$s3_path/$vsix_file --no-progress --checksum-algorithm CRC32