We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5eb13d commit beac4faCopy full SHA for beac4fa
1 file changed
.github/workflows/nuget-publish.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "Version for SBOM: $VERSION"
63
64
mkdir -p sbom/$VERSION
65
- dotnet tool run dotnet-CycloneDX OpenCode/OpenCode.csproj -o sbom/$VERSION/json -f json
+ dotnet tool run dotnet-CycloneDX OpenCode/OpenCode.csproj -o sbom/$VERSION -F json
66
67
68
# Set step output
@@ -77,7 +77,7 @@ jobs:
77
78
git config user.name "github-actions[bot]"
79
git config user.email "github-actions[bot]@users.noreply.github.com"
80
- git add sbom/$VERSION/json/*.json
+ git add sbom/$VERSION/*.json
81
git commit -m "Add SBOM for version $VERSION" || echo "No changes to commit"
82
git push origin HEAD
83
0 commit comments