mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
fix: Add build step using build workflow to publish workflow (#23134)
This commit is contained in:
parent
42928bc14d
commit
1d9f99aa75
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…
x
Reference in New Issue
Block a user