Skip to content

Commit 93b0f3a

Browse files
committed
github actions upload artifact file path FIX
1 parent b53d6d3 commit 93b0f3a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/upload-artifact@v2
4242
if: failure()
4343
with:
44-
name: it-output.txt
45-
path: it-output.txt
44+
name: output.txt
45+
path: output.txt
4646

4747

0 commit comments

Comments
 (0)