Skip to content

Commit e3739dc

Browse files
committed
Fixed path for ggml-metal
1 parent 86e47c2 commit e3739dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
if: ${{ matrix.build == 'arm64' }}
432432
uses: actions/upload-artifact@v4
433433
with:
434-
path: ./build/ggml/src/libggml-metal.dylib
434+
path: ./build/ggml/src/ggml-metal/libggml-metal.dylib
435435
name: ggml-metal-bin-osx-${{ matrix.build }}.dylib
436436
if-no-files-found: error
437437
- name: Upload llama

0 commit comments

Comments
 (0)