Fix R2 bucket name: voicebox (not voicebox-releases)

This commit is contained in:
Jamie Pine
2026-01-31 00:47:18 -08:00
parent 65f132e9c2
commit 83906c6c4b
7 changed files with 139 additions and 18 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ jobs:
# Upload to R2
aws s3 cp backend/cuda-release/voicebox-server-cuda-${PLATFORM}.exe \
s3://voicebox-releases/cuda/${VERSION}/voicebox-server-cuda-${PLATFORM}.exe \
s3://voicebox/cuda/${VERSION}/voicebox-server-cuda-${PLATFORM}.exe \
--endpoint-url $R2_ENDPOINT \
--acl public-read