From ae3d829d0cf402930c19c2debda1f0d25a524cdc Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Thu, 14 Dec 2023 19:00:58 +0800 Subject: [PATCH] manual workflow for generating builds instead --- .github/workflows/kcpp-build-release.yaml | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/.github/workflows/kcpp-build-release.yaml b/.github/workflows/kcpp-build-release.yaml index 57c69777b..6ee03e01d 100644 --- a/.github/workflows/kcpp-build-release.yaml +++ b/.github/workflows/kcpp-build-release.yaml @@ -1,10 +1,6 @@ -name: Koboldcpp Builder +name: Koboldcpp Builder Linux -on: - release: - types: - - created - - edited +on: workflow_dispatch env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }} @@ -27,9 +23,8 @@ jobs: run: | ./koboldcpp.sh dist - - name: Upload release binaries - uses: alexellis/upload-assets@0.4.0 - env: - GITHUB_TOKEN: ${{ github.token }} + - name: Save artifact + uses: actions/upload-artifact@v3 with: - asset_paths: '["./dist/*"]' \ No newline at end of file + name: kcpp_linux_binary + path: dist/