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
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
build:
|
||||||
|
name: Build static output
|
||||||
|
uses: ./.github/workflows/ui-build.yml
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish UI Static Output
|
name: Publish UI Static Output
|
||||||
|
needs: build
|
||||||
runs-on: ubuntu-24.04-arm
|
runs-on: ubuntu-24.04-arm
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user