We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed57c90 commit 9c29487Copy full SHA for 9c29487
1 file changed
.github/workflows/build_bundle.yml
@@ -17,6 +17,12 @@ on:
17
required: true
18
type: string
19
default: "Latest"
20
+ workflow_dispatch:
21
+ inputs:
22
+ build_type:
23
+ required: true
24
+ type: string
25
+ default: "Release"
26
27
jobs:
28
build_bundle:
@@ -61,4 +67,4 @@ jobs:
61
67
uses: actions/upload-artifact@v4
62
68
with:
63
69
name: "BlendLuxCore"
64
- path: "${{ github.workspace }}/build/BlendLuxCore-*.zip"
70
+ path: "${{ github.workspace }}/build/BlendLuxCore-*.zip"
0 commit comments