Skip to content

Commit

Permalink
Fixed caching again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun committed Jun 16, 2023
1 parent 0702ab7 commit d5b7011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
key: coverage-data
path: |
'${{ github.workspace }}/MewtocolTests/TestResults/coverage.opencover.xml'
${{ github.workspace }}/MewtocolTests/TestResults
- name: 'Upload coverage xml to latest release'
uses: actions/upload-release-asset@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
with:
key: coverage-data
path: |
'${{ github.workspace }}/MewtocolTests/TestResults/'
${{ github.workspace }}/MewtocolTests/TestResults

0 comments on commit d5b7011

Please sign in to comment.