This repository was archived by the owner on Jul 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -303,12 +303,9 @@ jobs:
303303 robocopy build\bin\Release .\build\Release llama.dll
304304 robocopy ext_libs .\build\Release libcrypto-3-x64.dll
305305 robocopy ext_libs .\build\Release libssl-3-x64.dll
306-
306+ 7z a nitro.zip .\build\Release\*
307307 cd .\build\Release
308308 ..\..\.github\scripts\e2e-test-windows.bat .\nitro.exe ${{ env.MODEL_URL }}
309- cd ..\..
310-
311- 7z a nitro.zip .\build\Release\*
312309
313310 - uses : actions/upload-release-asset@v1.0.1
314311 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
@@ -368,12 +365,9 @@ jobs:
368365 robocopy build\bin\Release .\build\Release llama.dll
369366 robocopy ext_libs .\build\Release libcrypto-3-x64.dll
370367 robocopy ext_libs .\build\Release libssl-3-x64.dll
371-
368+ 7z a nitro.zip .\build\Release\*
372369 cd .\build\Release
373370 ..\..\.github\scripts\e2e-test-windows.bat .\nitro.exe ${{ env.MODEL_URL }}
374- cd ..\..
375-
376- 7z a nitro.zip .\build\Release\*
377371
378372 - uses : actions/upload-release-asset@v1.0.1
379373 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments