Skip to content

Commit fa5f841

Browse files
committed
build: upload artefacte for cpu release linux build
1 parent 286786e commit fa5f841

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
cmake .. -GNinja -DLLAMA_NATIVE=OFF -DLLAMA_VULKAN=OFF -DCMAKE_BUILD_TYPE=Release
3737
ninja -j $(nproc)
3838
39+
- name: Archive library
40+
uses: actions/upload-artifact@v4
41+
with:
42+
name: libgodot_llm.linux.release.x86_64.so
43+
path: build/libgodot_llm.linux.release.x86_64.so
44+
3945
ubuntu-22-cmake-cpu-debug:
4046
runs-on: ubuntu-22.04
4147
steps:

0 commit comments

Comments
 (0)