test rocm rolling (+1 squashed commits)

Squashed commits:

[43c8f7fc6] test rocm rolling (+4 squashed commit)

Squashed commit:

[16a60aa77] test clobber 4

[a6c866450] test clobber 3

[9322f17f6] test clobber 2

[b7a420cbe] testing clobber
This commit is contained in:
Concedo 2025-06-08 14:48:53 +08:00
parent 5d8f499f03
commit 7132d6b15c

View file

@ -16,6 +16,7 @@ env:
jobs: jobs:
linux: linux:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: write-all
steps: steps:
- name: Free Disk Space (Ubuntu) - name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main uses: jlumbroso/free-disk-space@main
@ -70,3 +71,9 @@ jobs:
with: with:
name: kcpp_linux_binary name: kcpp_linux_binary
path: dist/ path: dist/
- name: Upload to GitHub Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload rocm-rolling dist/koboldcpp-linux-x64-rocm --clobber