We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaaf86 commit 244c850Copy full SHA for 244c850
.github/workflows/sca-integration-ort-package-file.yml
@@ -63,11 +63,11 @@ jobs:
63
--report-formats CycloneDX,SpdxDocument
64
65
- name: DEBUG
66
- run: ls -la ${{ env.PROJECT_WORK_DIRECTORY }}/output/
+ run: ls -la ${GITHUB_WORKSPACE}/ort-data
67
68
- name: Upload SBOMs as GitHub Artifact
69
uses: actions/upload-artifact@v4
70
with:
71
name: ort-report
72
- path: ${GITHUB_WORKSPACE}/ort-data
+ path: "${GITHUB_WORKSPACE}/ort-data/*"
73
retention-days: 20
0 commit comments