manual workflow for generating builds instead
This commit is contained in:
parent
aac7f0b944
commit
ae3d829d0c
1 changed files with 6 additions and 11 deletions
17
.github/workflows/kcpp-build-release.yaml
vendored
17
.github/workflows/kcpp-build-release.yaml
vendored
|
@ -1,10 +1,6 @@
|
||||||
name: Koboldcpp Builder
|
name: Koboldcpp Builder Linux
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- created
|
|
||||||
- edited
|
|
||||||
env:
|
env:
|
||||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||||
|
|
||||||
|
@ -27,9 +23,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./koboldcpp.sh dist
|
./koboldcpp.sh dist
|
||||||
|
|
||||||
- name: Upload release binaries
|
- name: Save artifact
|
||||||
uses: alexellis/upload-assets@0.4.0
|
uses: actions/upload-artifact@v3
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
|
||||||
with:
|
with:
|
||||||
asset_paths: '["./dist/*"]'
|
name: kcpp_linux_binary
|
||||||
|
path: dist/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue