Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 28, 2025
1 parent 13cb922 commit aa5efdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ jobs:
sw-version: ${{ env.OTP_SBOM_VERSION }}

- name: Link results
run: ln -s analyzer-result.json .ort/ort-results/current-result.json
run: ln -s analyzer-result.json $HOME/.ort/ort-results/current-result.json

- name: Restore ORT Scanner cache
uses: actions/cache@v3
Expand Down Expand Up @@ -693,7 +693,7 @@ jobs:
sw-version: ${{ env.OTP_SBOM_VERSION }}

- name: Link results
run: ln -s scan-result.json .ort/ort-results/current-result.json
run: ln -s scan-result.json $HOME/.ort/ort-results/current-result.json

- name: Run OSS Review Toolkit reporter
uses: oss-review-toolkit/ort-ci-github-action@1805edcf1f4f55f35ae6e4d2d9795ccfb29b6021 # ratchet:oss-review-toolkit/[email protected]
Expand Down

0 comments on commit aa5efdc

Please sign in to comment.