mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
fixed caching
This commit is contained in:
6
.github/workflows/publish-pipeline.yml
vendored
6
.github/workflows/publish-pipeline.yml
vendored
@@ -62,9 +62,11 @@ jobs:
|
||||
asset_content_type: application/zip
|
||||
|
||||
- name: Load cached test results
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache/restore@v3
|
||||
with:
|
||||
restore-keys: coverage-xml
|
||||
key: coverage-xml
|
||||
path: |
|
||||
'${{ github.workspace }}/MewtocolTests/coverage.opencover.xml'
|
||||
|
||||
- name: 'Upload coverage xml to latest release'
|
||||
uses: actions/upload-release-asset@v1
|
||||
|
||||
Reference in New Issue
Block a user