mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-27 07:30:49 +02:00
rolling builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user