Skip to content

Commit cb1fc70

Browse files
Enhance artifact upload step: ensure reports are uploaded on success or failure
1 parent b659018 commit cb1fc70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ jobs:
128128

129129
- name: Upload ${{ matrix.tool.name }} HTML Report
130130
uses: actions/upload-artifact@v4
131+
if: success() || failure()
131132
with:
132133
name: ${{ matrix.tool.name }}-report
133134
path: |

0 commit comments

Comments
 (0)