From 34aad244e1c55261879a4045f4fd1dc4658ea6a6 Mon Sep 17 00:00:00 2001 From: forkless Date: Sat, 13 Jun 2026 21:43:08 +0200 Subject: [PATCH] fix SBOM naming with github.ref_name, clean up extra SBOM file --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae90a38..7cb6af2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |