Skip to content

Commit

Permalink
ci: fix fix paths using wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 15, 2024
1 parent 68db2f9 commit d4c8211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Fix paths
run: |
chmod +x ./ci/fix_paths.sh
./ci/fix_paths.sh ${{ steps.tests.outputs.artifactsPath }}
./ci/fix_paths.sh ${{ steps.tests.outputs.coveragePath }}
# Upload coverage results
- name: Upload test results
Expand Down

0 comments on commit d4c8211

Please sign in to comment.