mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-21 23:21:46 +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()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: test-log-${{ matrix.os }}
|
name: test-log-${{ matrix.os }}
|
||||||
path: gotest.${{ matrix.os }}.log
|
path: testdata/gotest.${{ matrix.os }}.log
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue