fix typo on curl command of cyclonedx (#8945)
This commit is contained in:
parent
075d7b2986
commit
b365cb34d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-release.yml
vendored
2
.github/workflows/github-release.yml
vendored
|
|
@ -139,7 +139,7 @@ jobs:
|
|||
|
||||
- name: ci/setup-cyclonedx-cli
|
||||
run: |
|
||||
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
|
||||
chmod +x cyclonedx
|
||||
sudo mv cyclonedx /usr/local/bin/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue