fix SBOM naming with github.ref_name, clean up extra SBOM file

This commit is contained in:
2026-06-13 21:44:01 +02:00
parent dd976dc929
commit 34aad244e1
+3 -1
View File
@@ -73,7 +73,9 @@ jobs:
with:
path: .
format: cyclonedx-json
output-file: builds/notalterra-sbom.cdx.json
output-file: builds/notalterra-${{ github.ref_name }}-sbom.cdx.json
- name: Clean up extra SBOM
run: rm -f builds/NotAlterra-build.cyclonedx.json
- name: Generate hashes
id: hash
run: |