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 9ff1773 commit e5c25b9Copy full SHA for e5c25b9
.github/workflows/ci.yml
@@ -133,7 +133,7 @@ jobs:
133
env:
134
CLET: 1
135
- name: Upload to R2
136
- run: aws s3 sync dist/coglet-*.whl s3://replicate-pipelines-runtime
+ run: aws s3 sync dist s3://replicate-pipelines-runtime
137
138
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
139
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_ACCESS_KEY_SECRET }}
0 commit comments