Skip to content

Commit 0c8e31e

Browse files
authored
Merge pull request #169 from mP1/feature/github-actions-upload-artifact-file-path-FIX
github actions upload artifact file path FIX
2 parents b53d6d3 + 93b0f3a commit 0c8e31e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)