Skip to content

Commit 1517943

Browse files
committed
ci: add tarball path for uploading artifact
1 parent 0027e84 commit 1517943

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/menlo-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)