Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit e176ea7

Browse files
fix(ci): Add extra windows for packaging
1 parent 2e32cc5 commit e176ea7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ jobs:
276276
run: |
277277
robocopy build_deps\_install\bin .\build\Release zlib.dll
278278
robocopy build\bin\Release .\build\Release llama.dll
279+
robocopy ext_libs .\build\Release libcrypto-3-x64.dll
280+
robocopy ext_libs .\build\Release libssl-3-x64.dll
279281
7z a nitro.zip .\build\Release\*
280282
281283
- uses: actions/upload-release-asset@v1.0.1
@@ -334,6 +336,8 @@ jobs:
334336
echo %PATH%
335337
robocopy build_deps\_install\bin .\build\Release zlib.dll
336338
robocopy build\bin\Release .\build\Release llama.dll
339+
robocopy ext_libs .\build\Release libcrypto-3-x64.dll
340+
robocopy ext_libs .\build\Release libssl-3-x64.dll
337341
7z a nitro.zip .\build\Release\*
338342
339343
- uses: actions/upload-release-asset@v1.0.1

0 commit comments

Comments
 (0)