Skip to content

Commit

Permalink
fix the error lstat /github/workspace: no such file or directory
Browse files Browse the repository at this point in the history
Signed-off-by: zhzhuang-zju <m17799853869@163.com>
  • Loading branch information
zhzhuang-zju committed Oct 18, 2024
1 parent 2fe8570 commit d41a8cd
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 d41a8cd

Please sign in to comment.