Skip to content

Commit 0b0a264

Browse files
authored
also include explanations as artifacts
1 parent cd91a82 commit 0b0a264

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/validatePublicAPISurface.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ jobs:
3838
with:
3939
name: patch
4040
path: '*.patch'
41+
- name: Upload explanations file as artifact
42+
if: always()
43+
uses: actions/upload-artifact@v4
44+
continue-on-error: true
45+
with:
46+
name: explanations
47+
path: 'explanations.txt'

0 commit comments

Comments
 (0)