- Fixed uploading metal for x64

- Removed leftover metal file upload
This commit is contained in:
Martin Evans 2023-11-19 02:41:33 +00:00
parent ef6a8890e2
commit 241b72e6f5
1 changed files with 2 additions and 1 deletions

View File

@ -163,7 +163,7 @@ jobs:
path: ./build/libllama.dylib
name: llama-bin-osx-${{ matrix.build }}.dylib
- name: Upload Metal
if: ${{ matrix.defines != 'x64' }}
if: ${{ matrix.build != 'x64' }}
uses: actions/upload-artifact@v3
with:
path: ./build/bin/ggml-metal.metal
@ -229,3 +229,4 @@ jobs:
with:
name: |
llama-*
*.metal