Skip to content

Commit f843b46

Browse files
Fix artifact uploading
1 parent d1a9992 commit f843b46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ jobs:
8686
if: ${{ always() }}
8787
uses: actions/upload-artifact@v4
8888
with:
89-
name: Test Report
90-
path: ${RUNNER_TEMP}
89+
name: Test Report (${{ github.sha }} - ${{ github.run_id }}/${{ github.run_attempt }})
90+
path: ${{ runner.temp }}
91+
if-no-files-found: error
9192

9293
push:
9394
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)