From 267f1ae0e6ab4d82593a7ab9a595689d9de33bc7 Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:51:20 +0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcea90e01..4fea10c04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -303,12 +303,9 @@ jobs: robocopy build\bin\Release .\build\Release llama.dll robocopy ext_libs .\build\Release libcrypto-3-x64.dll robocopy ext_libs .\build\Release libssl-3-x64.dll - + 7z a nitro.zip .\build\Release\* cd .\build\Release ..\..\.github\scripts\e2e-test-windows.bat .\nitro.exe ${{ env.MODEL_URL }} - cd ..\.. - - 7z a nitro.zip .\build\Release\* - uses: actions/upload-release-asset@v1.0.1 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') @@ -368,12 +365,9 @@ jobs: robocopy build\bin\Release .\build\Release llama.dll robocopy ext_libs .\build\Release libcrypto-3-x64.dll robocopy ext_libs .\build\Release libssl-3-x64.dll - + 7z a nitro.zip .\build\Release\* cd .\build\Release ..\..\.github\scripts\e2e-test-windows.bat .\nitro.exe ${{ env.MODEL_URL }} - cd ..\.. - - 7z a nitro.zip .\build\Release\* - uses: actions/upload-release-asset@v1.0.1 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')