rolling builds

This commit is contained in:
Concedo
2026-03-31 13:12:11 +08:00
parent 0afcf4bc6d
commit 5440ca4794
2 changed files with 14 additions and 0 deletions
@@ -59,3 +59,10 @@ jobs:
with:
name: kcpp_linux_binary
path: dist/
- name: Upload to GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload rolling dist/koboldcpp-linux-x64 --clobber
gh release upload rolling dist/koboldcpp-linux-x64-nocuda --clobber