Skip to content

Commit

Permalink
Merge pull request #53 from flavio/fix-sbom-creation
Browse files Browse the repository at this point in the history
fix: restore SBOM creation
  • Loading branch information
flavio authored Dec 19, 2023
2 parents 1e25779 + 3f257d8 commit a94c44e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ jobs:
core.setFailed(`Draft release not found`)
- name: Download SBOM artifact
uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4.0.0
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
with:
name: sbom
pattern: sbom-*
path: ./
merge-multiple: true

- name: Display structure of downloaded files
run: ls -R
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ jobs:
- name: Upload SBOMs as artifacts
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: sbom
name: sbom-${{ matrix.arch }}
path: kwasm-operator-sbom-*

0 comments on commit a94c44e

Please sign in to comment.