Skip to content

Commit 9bb20be

Browse files
authored
Update update_binaries.yml
1 parent 004cd72 commit 9bb20be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_binaries.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
8686
- name: Copy Libs to Wrapper
8787
run: |
88+
mkdir TempOut/include
89+
find TempArchives -type f -name 'webui.h' -exec cp {} TempOut/include \; -quit
8890
cp -ru TempOut/* "$WRAPPER_WEBUI_BIN_PATH/"
8991
9092
- name: Remove Temporary Archives

0 commit comments

Comments
 (0)