Skip to content

Commit 26f6489

Browse files
committed
Fix apiserver artifact upload job
Signed-off-by: Anil Vishnoi <[email protected]>
1 parent 60d6f99 commit 26f6489

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)