Skip to content

Commit 9c29487

Browse files
authored
Build bundle workflow: add worflow_dispatch
1 parent ed57c90 commit 9c29487

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build_bundle.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ on:
1717
required: true
1818
type: string
1919
default: "Latest"
20+
workflow_dispatch:
21+
inputs:
22+
build_type:
23+
required: true
24+
type: string
25+
default: "Release"
2026

2127
jobs:
2228
build_bundle:
@@ -61,4 +67,4 @@ jobs:
6167
uses: actions/upload-artifact@v4
6268
with:
6369
name: "BlendLuxCore"
64-
path: "${{ github.workspace }}/build/BlendLuxCore-*.zip"
70+
path: "${{ github.workspace }}/build/BlendLuxCore-*.zip"

0 commit comments

Comments
 (0)