Skip to content

Commit e5c25b9

Browse files
authored
Fix s3 sync to upload all dist (#151)
1 parent 9ff1773 commit e5c25b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
env:
134134
CLET: 1
135135
- name: Upload to R2
136-
run: aws s3 sync dist/coglet-*.whl s3://replicate-pipelines-runtime
136+
run: aws s3 sync dist s3://replicate-pipelines-runtime
137137
env:
138138
AWS_ACCESS_KEY_ID: ${{ secrets.R2_ACCESS_KEY_ID }}
139139
AWS_SECRET_ACCESS_KEY: ${{ secrets.R2_ACCESS_KEY_SECRET }}

0 commit comments

Comments
 (0)