mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-09 01:07:29 +00:00
Fix artifact path
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
b5ad6db9f3
commit
d8476f1977
1 changed files with 1 additions and 1 deletions
2
.github/workflows/selftest.yml
vendored
2
.github/workflows/selftest.yml
vendored
|
|
@ -44,5 +44,5 @@ jobs:
|
|||
if: always()
|
||||
with:
|
||||
name: test-log-${{ matrix.os }}
|
||||
path: gotest.${{ matrix.os }}.log
|
||||
path: testdata/gotest.${{ matrix.os }}.log
|
||||
if-no-files-found: error
|
||||
|
|
|
|||
Loading…
Reference in a new issue