File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ jobs:
346346 # ccache: true
347347 # ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
348348 - os : " win"
349- name : " windows- arm64"
349+ name : " arm64"
350350 runs-on : " windows-11-arm"
351351 cmake-flags : " -DLLAMA_CURL=OFF -DBUILD_SHARED_LIBS=OFF -DGGML_NATIVE=OFF -DCMAKE_TOOLCHAIN_FILE='cmake/arm64-windows-llvm.cmake' -DGGML_OPENMP=OFF -DLLAMA_BUILD_SERVER=ON -DCMAKE_BUILD_TYPE='Release' -GNinja"
352352 run-e2e : false
@@ -515,7 +515,9 @@ jobs:
515515 uses : actions/upload-artifact@v4
516516 with :
517517 name : llama-${{ matrix.os }}-${{ matrix.name }}
518- path : ./llama
518+ path : |
519+ ./llama
520+ ./llama.tar.gz
519521
520522 - name : Calculate SHA512 Checksum (macOS)
521523 if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments