diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index fea7c22..deb07c9 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -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 }}" @@ -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 }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}