Skip to content

Commit 6ccd85d

Browse files
committed
fix: Upload servers directory
1 parent 277d3d3 commit 6ccd85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validate-servers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
AWS_S3_BUCKET_NAME: 'emberclient'
4444
CF_R2_URL: ${{ secrets.CF_R2_URL }}
4545
run: |
46-
aws s3 cp servers.json s3://servers.json --endpoint-url https://${CF_R2_URL} --content-type "application/json" --cache-control "public, max-age=86400"
46+
aws s3 cp servers.json s3://${AWS_S3_BUCKET_NAME}/servers.json --endpoint-url https://${CF_R2_URL} --content-type "application/json" --cache-control "public, max-age=86400"

0 commit comments

Comments
 (0)