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

Commit 267f1ae

Browse files
authored
Update build.yml
1 parent 8c85bae commit 267f1ae

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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/[email protected]
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/[email protected]
379373
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)