Fixed broken paths for coverage results upload in main.yml

pull/182/head
Nick Maltbie 2022-04-19 23:43:28 -04:00
parent 7c0f210aae
commit db4d1c6f2d
1 changed files with 2 additions and 2 deletions

View File

@ -176,7 +176,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Coverage results (all)
path: ${{ steps.allTests.outputs.coveragePath }}
path: ${{ steps.editMode.outputs.coveragePath }}
retention-days: 14
testRunnerInPlayMode:
@ -231,7 +231,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Coverage results (all)
path: ${{ steps.allTests.outputs.coveragePath }}
path: ${{ steps.playMode.outputs.coveragePath }}
retention-days: 14
testEachModeSequentially: