mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
fix: Add build step using build workflow to publish workflow (#23134)
This commit is contained in:
committed by
GitHub
parent
42928bc14d
commit
1d9f99aa75
@@ -13,8 +13,13 @@ on:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build static output
|
||||
uses: ./.github/workflows/ui-build.yml
|
||||
|
||||
publish:
|
||||
name: Publish UI Static Output
|
||||
needs: build
|
||||
runs-on: ubuntu-24.04-arm
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user