-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
40 lines (40 loc) · 932 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: "Armory3D Setup"
description: "Setup Armory3D SDK"
author: "tong <[email protected]>"
runs:
using: "node16"
main: "index.js"
inputs:
blend:
description: "Main blend file"
required: true
publish:
description: "Publish this export preset"
required: false
build:
description: "Build this export preset"
required: false
blender:
description: "Blender version to use (snap)"
required: false
default: 3.3lts/stable
armsdk_url:
description: "URL of the armsdk repository"
required: false
default: "https://github.com/armory3d/armsdk"
armsdk_ref:
description: "Named branch, tag, or SHA of the armsdk repository"
required: false
default: main
outputs:
code:
description: "Exit code"
result:
description: "Process stdout"
error:
description: "Process stderr"
time:
description: "Build time"
branding:
icon: "activity"
color: "red"