File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1616jobs :
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
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
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
You can’t perform that action at this time.
0 commit comments