Skip to content

Commit d5b7011

Browse files
committed
Fixed caching again
1 parent 0702ab7 commit d5b7011

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
key: coverage-data
6868
path: |
69-
'${{ github.workspace }}/MewtocolTests/TestResults/coverage.opencover.xml'
69+
${{ github.workspace }}/MewtocolTests/TestResults
7070
7171
- name: 'Upload coverage xml to latest release'
7272
uses: actions/upload-release-asset@v1

.github/workflows/test-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ jobs:
5454
with:
5555
key: coverage-data
5656
path: |
57-
'${{ github.workspace }}/MewtocolTests/TestResults/'
57+
${{ github.workspace }}/MewtocolTests/TestResults

0 commit comments

Comments
 (0)