We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91b04d7 commit bd826baCopy full SHA for bd826ba
.github/workflows/github-release.yml
@@ -139,7 +139,7 @@ jobs:
139
140
- name: ci/setup-cyclonedx-cli
141
run: |
142
- curl -sSfL https://github.com/CycloneDX/cyclonedx-cli/releases/download/0.27.2/cyclonedx-linux-x64 -o cyclonedx
+ curl -sSfL https://github.com/CycloneDX/cyclonedx-cli/releases/download/v0.27.2/cyclonedx-linux-x64 -o cyclonedx
143
chmod +x cyclonedx
144
sudo mv cyclonedx /usr/local/bin/
145
0 commit comments