Skip to content

Commit 7132d6b

Browse files
committed
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
1 parent 5d8f499 commit 7132d6b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/kcpp-build-release-linux-rocm.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ env:
1616
jobs:
1717
linux:
1818
runs-on: ubuntu-22.04
19-
steps:
19+
permissions: write-all
20+
steps:
2021
- name: Free Disk Space (Ubuntu)
2122
uses: jlumbroso/free-disk-space@main
2223
with:
2324
# this might remove tools that are actually needed,
2425
# if set to "true" but frees about 6 GB
2526
tool-cache: true
26-
27+
2728
# all of these default to true, but feel free to set to
2829
# "false" if necessary for your workflow
2930
android: true
@@ -32,7 +33,7 @@ jobs:
3233
large-packages: true
3334
docker-images: true
3435
swap-storage: true
35-
36+
3637
- name: Clone
3738
id: checkout
3839
uses: actions/checkout@v3
@@ -70,3 +71,9 @@ jobs:
7071
with:
7172
name: kcpp_linux_binary
7273
path: dist/
74+
75+
- name: Upload to GitHub Release
76+
env:
77+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78+
run: |
79+
gh release upload rocm-rolling dist/koboldcpp-linux-x64-rocm --clobber

0 commit comments

Comments
 (0)