We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98378eb commit 23bc85fCopy full SHA for 23bc85f
.github/workflows/aws.yml
@@ -39,7 +39,7 @@ jobs:
39
if [ "${{ inputs.enterprise }}" = "true" ]; then
40
uploadPath="s3://${AWS_BUCKET_NAME}/private/vscode-enterprise/${applicationVersion}"
41
else
42
- uploadPath="s3://${AWS_BUCKET_NAME}/private/vscode-temp/${applicationVersion}"
+ uploadPath="s3://${AWS_BUCKET_NAME}/private/vscode/${applicationVersion}"
43
fi
44
45
aws s3 cp release/ $uploadPath --recursive
0 commit comments