updated ci to publish and build rolling for all main targets

This commit is contained in:
Concedo
2026-04-03 00:28:01 +08:00
parent be6ff2602d
commit b286d76873
6 changed files with 35 additions and 3 deletions
@@ -14,6 +14,7 @@ env:
jobs:
osx:
runs-on: macos-14
permissions: write-all
steps:
- name: Clone
id: checkout
@@ -50,3 +51,8 @@ jobs:
name: kcpp_mac_binary
path: dist/
- name: Upload to GitHub Rolling Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload rolling dist/koboldcpp-mac-arm64 --clobber