breaking change: standardize ci binary names

This commit is contained in:
Concedo 2025-06-07 00:40:46 +08:00
parent 6effb65cfe
commit abc272d89f
11 changed files with 21 additions and 148 deletions

View file

@ -10,9 +10,8 @@ on:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
NOAVX2: 1
ARCHES_CU11: 1
KCPP_CUDA: 11.5.0
KCPP_CUDA: 12.1.0
ARCHES_CU12: 1
jobs:
linux:
@ -52,6 +51,9 @@ jobs:
run: |
./koboldcpp.sh dist
- name: Rename file before upload
run: mv dist/koboldcpp-linux-x64-cuda1210 dist/koboldcpp-linux-x64
- name: Save artifact
uses: actions/upload-artifact@v4
with: