Skip to content

Commit

Permalink
[GHA] Attempt VSCode extension RC build
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed May 23, 2024
1 parent fdf831e commit 9065ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/${dist}
s3_path=vscode-extensions/${{ inputs.extension-name }}/$base_version/${{ inputs.dist }}
echo "S3 path: ${s3_path}"
aws s3 rm s3://tools-spring-io/$s3_path/ --recursive
aws s3 cp ./vsix/$vsix_file s3://tools-spring-io/$s3_path/$vsix_file --no-progress
Expand Down

0 comments on commit 9065ada

Please sign in to comment.