ci: fix relative paths

This commit is contained in:
Paul Pacheco 2020-04-20 20:50:56 -05:00 committed by GitHub
parent 58c89a3d32
commit 62bbc9db7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ jobs:
path: Tests path: Tests
- name: Publish test results - name: Publish test results
uses: MirrorNG/nunit-reporter@v1.0.6 uses: MirrorNG/nunit-reporter@v1.0.9
if: always() if: always()
with: with:
path: "Tests/*.xml" path: "Tests/*.xml"
@ -146,4 +146,4 @@ jobs:
@semantic-release/git @semantic-release/git
branch: master branch: master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}