Skip to content

Commit

Permalink
fix(github-actions): fix for CI:Testing upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 8, 2024
1 parent a1bad03 commit 514670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/[email protected]
with:
name: skaha-unittests-coverage
path: build/reports/jacoco/test/jacocoTestReport.xml
path: skaha/build/reports/jacoco/test/jacocoTestReport.xml
if-no-files-found: error
retention-days: 1
overwrite: true
Expand Down

0 comments on commit 514670e

Please sign in to comment.