Skip to content

Commit a2bb6ee

Browse files
authored
Merge pull request #509 from vishnoianil/fix-s3-auth
Fix apiserver artifact upload job
2 parents b9b595b + 26f6489 commit a2bb6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
aws-region: us-east-1
115115
- name: copy binaries to s3
116116
run: |
117-
aws s3 sync dist/packages s3://instructlab-io/apiserver
117+
aws s3 sync dist/packages s3://instructlab-ui/apiserver
118118
119119
build-workflow-complete:
120120
needs: ["build-packages", "upload-s3-packages"]

0 commit comments

Comments
 (0)