File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
label=$2
3
3
download_url_root=$3
4
4
5
- 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$" `
5
+ 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$" `
6
6
if [ ! -z " ${vsix_file} " ]; then
7
- echo " <li>${label} : <a href=\" ${download_url_root} /snapshot/vscode-extensions/${id} /${vsix_file} \" >${vsix_file} </a></li>"
7
+ echo " <li>${label} : <a href=\" ${download_url_root} /snapshot/sts4/ vscode-extensions/${id} /${vsix_file} \" >${vsix_file} </a></li>"
8
8
fi
Original file line number Diff line number Diff line change 49
49
run : |
50
50
vsix_file=`ls ./vsix | head -n 1`
51
51
echo "VSIX file to upload ${vsix_file}"
52
- s3_path=snapshot/vscode-extensions/${{ inputs.extension-name }}
52
+ s3_path=snapshot/sts4/ vscode-extensions/${{ inputs.extension-name }}
53
53
echo "S3 path: ${s3_path}"
54
54
aws s3 rm s3://$AWS_S3_BUCKET/$s3_path/ --recursive
55
55
aws s3 cp ./vsix/$vsix_file s3://$AWS_S3_BUCKET/$s3_path/$vsix_file --no-progress --checksum-algorithm CRC32
You can’t perform that action at this time.
0 commit comments