Skip to content

Commit e99aa1f

Browse files
authored
Update verify-build.yml
1 parent 759a26b commit e99aa1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/verify-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,11 @@ jobs:
211211

212212
- name: Install libmicrohttpd
213213
run: cd libmicrohttpd-0.9.64 ; sudo make install ;
214+
215+
- uses: actions/upload-artifact@v3
216+
with:
217+
name: my-artifact
218+
path: ./libmicrohttpd-0.9.64
214219

215220
- name: Refresh links to shared libs
216221
run: sudo ldconfig ;

0 commit comments

Comments
 (0)