@@ -28,30 +28,57 @@ inputs:
28
28
depot1Path :
29
29
required : false
30
30
description : ' The path to depot1.'
31
+ depot1InstallScriptPath :
32
+ required : false
33
+ description : ' The path to the install script for depot1.'
31
34
depot2Path :
32
35
required : false
33
36
description : ' The path to depot2.'
37
+ depot2InstallScriptPath :
38
+ required : false
39
+ description : ' The path to the install script for depot2.'
34
40
depot3Path :
35
41
required : false
36
42
description : ' The path to depot3.'
43
+ depot3InstallScriptPath :
44
+ required : false
45
+ description : ' The path to the install script for depot3.'
37
46
depot4Path :
38
47
required : false
39
48
description : ' The path to depot4.'
49
+ depot4InstallScriptPath :
50
+ required : false
51
+ description : ' The path to the install script for depot4.'
40
52
depot5Path :
41
53
required : false
42
54
description : ' The path to depot5.'
55
+ depot5InstallScriptPath :
56
+ required : false
57
+ description : ' The path to the install script for depot5.'
43
58
depot6Path :
44
59
required : false
45
60
description : ' The path to depot6.'
61
+ depot6InstallScriptPath :
62
+ required : false
63
+ description : ' The path to the install script for depot6.'
46
64
depot7Path :
47
65
required : false
48
66
description : ' The path to depot7.'
67
+ depot7InstallScriptPath :
68
+ required : false
69
+ description : ' The path to the install script for depot7.'
49
70
depot8Path :
50
71
required : false
51
72
description : ' The path to depot8.'
73
+ depot8InstallScriptPath :
74
+ required : false
75
+ description : ' The path to the install script for depot8.'
52
76
depot9Path :
53
77
required : false
54
78
description : ' The path to depot9.'
79
+ depot9InstallScriptPath :
80
+ required : false
81
+ description : ' The path to the install script for depot9.'
55
82
releaseBranch :
56
83
required : false
57
84
description : ' The branch within steam that this build will be automatically put live on.'
@@ -70,12 +97,21 @@ runs:
70
97
buildDescription : ${{ inputs.buildDescription }}
71
98
rootPath : ${{ inputs.rootPath }}
72
99
depot1Path : ${{ inputs.depot1Path }}
100
+ depot1InstallScriptPath : ${{ inputs.depot1InstallScriptPath }}
73
101
depot2Path : ${{ inputs.depot2Path }}
102
+ depot2InstallScriptPath : ${{ inputs.depot2InstallScriptPath }}
74
103
depot3Path : ${{ inputs.depot3Path }}
104
+ depot3InstallScriptPath : ${{ inputs.depot3InstallScriptPath }}
75
105
depot4Path : ${{ inputs.depot4Path }}
106
+ depot4InstallScriptPath : ${{ inputs.depot4InstallScriptPath }}
76
107
depot5Path : ${{ inputs.depot5Path }}
108
+ depot5InstallScriptPath : ${{ inputs.depot5InstallScriptPath }}
77
109
depot6Path : ${{ inputs.depot6Path }}
110
+ depot6InstallScriptPath : ${{ inputs.depot6InstallScriptPath }}
78
111
depot7Path : ${{ inputs.depot7Path }}
112
+ depot7InstallScriptPath : ${{ inputs.depot7InstallScriptPath }}
79
113
depot8Path : ${{ inputs.depot8Path }}
114
+ depot8InstallScriptPath : ${{ inputs.depot8InstallScriptPath }}
80
115
depot9Path : ${{ inputs.depot9Path }}
116
+ depot9InstallScriptPath : ${{ inputs.depot9InstallScriptPath }}
81
117
releaseBranch : ${{ inputs.releaseBranch }}
0 commit comments