Skip to content

Commit bf44dae

Browse files
committed
remove sbom-requirements.txt during cleanup phase
1 parent 4c49265 commit bf44dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Cleanup
6666
if: always()
67-
run: rm -rf .venv .venv-sbom
67+
run: rm -rf .venv .venv-sbom sbom-requirements.txt
6868

6969
- name: Upload SBOM artifact
7070
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)