[GHA] Debug release vscode extension workflow

This commit is contained in:
aboyko
2024-05-22 23:37:02 -04:00
parent 3e2a4c8080
commit d026e05edc

View File

@@ -56,7 +56,7 @@ jobs:
cd $pwd
vsix_file=`ls ./vsix | head -n 1`
echo "VSIX file to upload ${vsix_file}"
s3_path=vscode-extensions/${{ inputs.extension-name }}/$base_version
s3_path=vscode-extensions/${{ inputs.extension-name }}/$base_version/${dist}
echo "S3 path: ${s3_path}"
aws s3 rm s3://tools-spring-io/$s3_path/ --recursive
aws s3 cp ./vsix/$file s3://tools-spring-io/$s3_path/$file --no-progress