Skip to content

Commit 4d42392

Browse files
authored
Update action.yml
1 parent 71b4521 commit 4d42392

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

action.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,11 @@ runs:
6161
name: coverage-textfile
6262
path: |
6363
coverage.txt
64+
65+
- name: Archive the build for debugging
66+
if: always()
67+
uses: actions/upload-artifact@v4
68+
with:
69+
name: coverage-textfile
70+
path: |
71+
${{ inputs.build-path }}

0 commit comments

Comments
 (0)