Skip to content

Commit 23bc85f

Browse files
committed
Revert "temp: rename prod folder"
This reverts commit 98378eb.
1 parent 98378eb commit 23bc85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if [ "${{ inputs.enterprise }}" = "true" ]; then
4040
uploadPath="s3://${AWS_BUCKET_NAME}/private/vscode-enterprise/${applicationVersion}"
4141
else
42-
uploadPath="s3://${AWS_BUCKET_NAME}/private/vscode-temp/${applicationVersion}"
42+
uploadPath="s3://${AWS_BUCKET_NAME}/private/vscode/${applicationVersion}"
4343
fi
4444
4545
aws s3 cp release/ $uploadPath --recursive

0 commit comments

Comments
 (0)