Skip to content

Commit 244c850

Browse files
committed
DEBUG workflow
Signed-off-by: tdruez <[email protected]>
1 parent 3aaaf86 commit 244c850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sca-integration-ort-package-file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
--report-formats CycloneDX,SpdxDocument
6464
6565
- name: DEBUG
66-
run: ls -la ${{ env.PROJECT_WORK_DIRECTORY }}/output/
66+
run: ls -la ${GITHUB_WORKSPACE}/ort-data
6767

6868
- name: Upload SBOMs as GitHub Artifact
6969
uses: actions/upload-artifact@v4
7070
with:
7171
name: ort-report
72-
path: ${GITHUB_WORKSPACE}/ort-data
72+
path: "${GITHUB_WORKSPACE}/ort-data/*"
7373
retention-days: 20

0 commit comments

Comments
 (0)