-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
39 lines (32 loc) · 941 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
name: CKAN Mod Installer
description: Installs mods for use as build dependencies
author:
- HebaruSan
inputs:
output path:
description: |-
Where to put the generated game instance.
required: true
mods:
description: |-
Descriptors of mods to install.
Either simple identifier or identifier=version.
required: true
install filters:
description: |-
Substrings of file names to skip installing to save space and time.
required: false
default: .dds .png .bmp .mu .mbm .jpg .wav
game:
description: |-
Short name of the game for which to install mods, either KSP or KSP2.
required: false
default: KSP
game versions:
description: |-
Game versions to mark as compatible.
First version is used as the installed version and must be a full version rather than a glob.
required: true
run:
using: docker
image: docker://kspckan/mod-installer