diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5ba4c6e8..c98b1f6e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -174,3 +174,7 @@ jobs: path: llm/llama.cpp/build - run: go build - run: go test -v ./... + - uses: actions/upload-artifact@v4 + with: + name: ${{ matrix.os }}-binaries + path: ollama