We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a1476 commit 08ba2e4Copy full SHA for 08ba2e4
.github/workflows/release-artifacts.yml
@@ -48,6 +48,7 @@ jobs:
48
49
- name: Download the collector builder
50
run: |
51
+ echo "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/cmd%2Fbuilder%2Fv${OTELCOL_VERSION}/ocb_${OTELCOL_VERSION}_linux_amd64"
52
curl -Ss -fL -o ocb https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/cmd%2Fbuilder%2Fv${OTELCOL_VERSION}/ocb_${OTELCOL_VERSION}_linux_amd64
53
chmod +x ocb
54
env:
0 commit comments