diff --git a/.github/workflows/generate-bom.yml b/.github/workflows/generate-bom.yml index 0a94d43380..5cfafea631 100644 --- a/.github/workflows/generate-bom.yml +++ b/.github/workflows/generate-bom.yml @@ -19,7 +19,7 @@ jobs: run: dotnet tool install --global CycloneDX - name: Analyze - run: dotnet CycloneDX ILSpy/ILSpy.csproj --out sbom --recursive --exclude-dev --exclude-test-projects + run: dotnet-CycloneDX ILSpy/ILSpy.csproj --output sbom --recursive --exclude-dev --exclude-test-projects - name: Upload BOM uses: actions/upload-artifact@v4