Skip to content

Commit

Permalink
Merge pull request #169 from mP1/feature/github-actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-file-path-FIX

github actions upload artifact file path FIX
  • Loading branch information
mP1 authored May 1, 2024
2 parents b53d6d3 + 93b0f3a commit 0c8e31e
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 0c8e31e

Please sign in to comment.