Skip to content

Commit cc16dbd

Browse files
authored
Update S3 bucket path for artifact upload (#712)
*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 99f039c commit cc16dbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-agentcore-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
cp bin/otelcol-agentcore_linux_arm64 collector-package/otelcol-agentcore
8888
cp cmd/otelcol-agentcore/config.yaml collector-package/config.yaml
8989
cd collector-package && zip -r ../otelcol-agentcore.zip . && cd ..
90-
aws s3 cp otelcol-agentcore.zip s3://${{ secrets.STAGING_BUCKET_NAME }}/otelcol-agentcore.zip
90+
aws s3 cp otelcol-agentcore.zip s3://adot-main-build-staging-jar/otelcol-agentcore.zip
9191
9292
- name: Checkout current repo for cache context
9393
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)