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 22label=$2
33download_url_root=$3
44
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$" `
66if [ ! -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>"
88fi
Original file line number Diff line number Diff line change 4949 run : |
5050 vsix_file=`ls ./vsix | head -n 1`
5151 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 }}
5353 echo "S3 path: ${s3_path}"
5454 aws s3 rm s3://$AWS_S3_BUCKET/$s3_path/ --recursive
5555 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