mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-06 13:01:21 +02:00
updated ci to publish and build rolling for all main targets
This commit is contained in:
@@ -14,6 +14,7 @@ env:
|
||||
jobs:
|
||||
windows:
|
||||
runs-on: windows-2022
|
||||
permissions: write-all
|
||||
steps:
|
||||
- name: Clone
|
||||
id: checkout
|
||||
@@ -128,3 +129,9 @@ jobs:
|
||||
with:
|
||||
name: kcpp_windows_pyinstallers
|
||||
path: dist/
|
||||
|
||||
- name: Upload to GitHub Rolling Release
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release upload rolling dist/koboldcpp-oldpc.exe --clobber
|
||||
|
||||
Reference in New Issue
Block a user