Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Oct 25, 2023
1 parent d946748 commit 97b7a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Build C++ program
run: |
cd ggml/src/
cd src/
mkdir -p build
cd build
cmake ..
Expand All @@ -34,5 +34,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ggml-${{ matrix.os }}
path: ggml/src//build/ggml*
name: clip-${{ matrix.os }}
path: src/build/clip*

0 comments on commit 97b7a9e

Please sign in to comment.