From b365cb34d60ad6ac5760f76d758905a3e30106c7 Mon Sep 17 00:00:00 2001 From: Angelos Kyratzakos Date: Thu, 19 Jun 2025 10:14:17 +0300 Subject: [PATCH] fix typo on curl command of cyclonedx (#8945) --- .github/workflows/github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 513a0a7da..d44706ed0 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -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/