Skip to content

Commit

Permalink
Merge pull request #5709 from zhzhuang-zju/sbom-update
Browse files Browse the repository at this point in the history
fix the error lstat /github/workspace: no such file or directory
  • Loading branch information
karmada-bot authored Oct 19, 2024
2 parents ffbbe06 + d41a8cd commit 21e6dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
scan-type: 'fs'
format: 'spdx'
output: 'sbom-karmada.spdx'
scan-ref: "/github/workspace/"
scan-ref: "${{ github.workspace }}/"
- name: Tar the sbom files
run: |
tar -zcf sbom.tar.gz *.spdx
Expand Down

0 comments on commit 21e6dcd

Please sign in to comment.