From 62bbc9db7f8e9d66a2af07e2809cf8fda44ab9fa Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Mon, 20 Apr 2020 20:50:56 -0500 Subject: [PATCH] ci: fix relative paths --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 912897c3e..ab25ba550 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,7 +81,7 @@ jobs: path: Tests - name: Publish test results - uses: MirrorNG/nunit-reporter@v1.0.6 + uses: MirrorNG/nunit-reporter@v1.0.9 if: always() with: path: "Tests/*.xml" @@ -146,4 +146,4 @@ jobs: @semantic-release/git branch: master env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}