mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-17 04:09:19 +00:00
fix: Add build step using build workflow to publish workflow (#23134)
This commit is contained in:
parent
42928bc14d
commit
1d9f99aa75
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ui-publish.yml
vendored
5
.github/workflows/ui-publish.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue