Skip to content

Commit 93a231e

Browse files
authored
Merge pull request #1067 from martindevans/fix_macos_file_upload_paths
Fixed some leftover paths using the old format
2 parents d747d38 + 446cc45 commit 93a231e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,13 +431,13 @@ jobs:
431431
if: ${{ matrix.build == 'arm64' }}
432432
uses: actions/upload-artifact@v4
433433
with:
434-
path: ./build/bin/ggml-metal/libggml-metal.dylib
434+
path: ./build/bin/libggml-metal.dylib
435435
name: ggml-metal-bin-osx-${{ matrix.build }}.dylib
436436
if-no-files-found: error
437437
- name: Upload ggml-blas
438438
uses: actions/upload-artifact@v4
439439
with:
440-
path: ./build/bin/ggml-blas/libggml-blas.dylib
440+
path: ./build/bin/libggml-blas.dylib
441441
name: ggml-blas-bin-osx-${{ matrix.build }}.dylib
442442
if-no-files-found: error
443443
- name: Upload llama

0 commit comments

Comments
 (0)