Skip to content

Commit

Permalink
Fix main branch - upload sbom a single time
Browse files Browse the repository at this point in the history
upload-artifact v4 is less permissive

Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier authored and djelinek committed Dec 19, 2023
1 parent ffe064b commit 33edbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Store SBOM
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest' && matrix.version == 'max'
with:
name: sbom
path: manifest.json
Expand Down

0 comments on commit 33edbdf

Please sign in to comment.