]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
fix: Add build step using build workflow to publish workflow (#23134)
authorAleksander Grygier <redacted>
Sat, 16 May 2026 09:22:59 +0000 (11:22 +0200)
committerGitHub <redacted>
Sat, 16 May 2026 09:22:59 +0000 (11:22 +0200)
.github/workflows/ui-publish.yml

index 33d7415c9c4111e98a8276429f96f7afccc1dc8d..0df358557efe04ec51344f7b79b81570372ffbc8 100644 (file)
@@ -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: