Skip to content

Commit

Permalink
ci: fix issue SBOM not being triggered - archive spdx
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Aug 15, 2023
1 parent 921aa13 commit 6fd7722
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,9 @@ jobs:
- name: Anchore SBOM Action
uses: anchore/[email protected]
with:
artifact-name: ${{ github.event.repository.name }}-spdx.json
artifact-name: k6-${{ env.VERSION }}-spdx.json
upload-release-assets: false
output-file: dist/k6-${{ env.VERSION }}-spdx.json
- name: Create release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6fd7722

Please sign in to comment.