Skip to content

Commit

Permalink
github actions upload artifact file path FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
mP1 committed May 1, 2024
1 parent b53d6d3 commit 93b0f3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/upload-artifact@v2
if: failure()
with:
name: it-output.txt
path: it-output.txt
name: output.txt
path: output.txt


0 comments on commit 93b0f3a

Please sign in to comment.