Skip to content

Commit

Permalink
fix release repo path
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasmota committed Aug 22, 2024
1 parent eedcc54 commit bdbb082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Download the collector builder
run: |
curl -Ss -fL -o ocb https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv${VERSION}/ocb_${VERSION}_linux_amd64
curl -Ss -fL -o ocb https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/cmd%2Fbuilder%2Fv${VERSION}/ocb_${VERSION}_linux_amd64
chmod +x ocb
env:
VERSION: "${{ steps.versions.outputs.otelcol-version }}"
Expand Down Expand Up @@ -106,4 +106,4 @@ jobs:
tags: |
${{ steps.meta.outputs.tags }}
${{ env.DOCKER_REGISTRY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ needs.compile.outputs.version }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit bdbb082

Please sign in to comment.