@@ -28,30 +28,57 @@ inputs:
2828 depot1Path :
2929 required : false
3030 description : ' The path to depot1.'
31+ depot1InstallScriptPath :
32+ required : false
33+ description : ' The path to the install script for depot1.'
3134 depot2Path :
3235 required : false
3336 description : ' The path to depot2.'
37+ depot2InstallScriptPath :
38+ required : false
39+ description : ' The path to the install script for depot2.'
3440 depot3Path :
3541 required : false
3642 description : ' The path to depot3.'
43+ depot3InstallScriptPath :
44+ required : false
45+ description : ' The path to the install script for depot3.'
3746 depot4Path :
3847 required : false
3948 description : ' The path to depot4.'
49+ depot4InstallScriptPath :
50+ required : false
51+ description : ' The path to the install script for depot4.'
4052 depot5Path :
4153 required : false
4254 description : ' The path to depot5.'
55+ depot5InstallScriptPath :
56+ required : false
57+ description : ' The path to the install script for depot5.'
4358 depot6Path :
4459 required : false
4560 description : ' The path to depot6.'
61+ depot6InstallScriptPath :
62+ required : false
63+ description : ' The path to the install script for depot6.'
4664 depot7Path :
4765 required : false
4866 description : ' The path to depot7.'
67+ depot7InstallScriptPath :
68+ required : false
69+ description : ' The path to the install script for depot7.'
4970 depot8Path :
5071 required : false
5172 description : ' The path to depot8.'
73+ depot8InstallScriptPath :
74+ required : false
75+ description : ' The path to the install script for depot8.'
5276 depot9Path :
5377 required : false
5478 description : ' The path to depot9.'
79+ depot9InstallScriptPath :
80+ required : false
81+ description : ' The path to the install script for depot9.'
5582 releaseBranch :
5683 required : false
5784 description : ' The branch within steam that this build will be automatically put live on.'
@@ -70,12 +97,21 @@ runs:
7097 buildDescription : ${{ inputs.buildDescription }}
7198 rootPath : ${{ inputs.rootPath }}
7299 depot1Path : ${{ inputs.depot1Path }}
100+ depot1InstallScriptPath : ${{ inputs.depot1InstallScriptPath }}
73101 depot2Path : ${{ inputs.depot2Path }}
102+ depot2InstallScriptPath : ${{ inputs.depot2InstallScriptPath }}
74103 depot3Path : ${{ inputs.depot3Path }}
104+ depot3InstallScriptPath : ${{ inputs.depot3InstallScriptPath }}
75105 depot4Path : ${{ inputs.depot4Path }}
106+ depot4InstallScriptPath : ${{ inputs.depot4InstallScriptPath }}
76107 depot5Path : ${{ inputs.depot5Path }}
108+ depot5InstallScriptPath : ${{ inputs.depot5InstallScriptPath }}
77109 depot6Path : ${{ inputs.depot6Path }}
110+ depot6InstallScriptPath : ${{ inputs.depot6InstallScriptPath }}
78111 depot7Path : ${{ inputs.depot7Path }}
112+ depot7InstallScriptPath : ${{ inputs.depot7InstallScriptPath }}
79113 depot8Path : ${{ inputs.depot8Path }}
114+ depot8InstallScriptPath : ${{ inputs.depot8InstallScriptPath }}
80115 depot9Path : ${{ inputs.depot9Path }}
116+ depot9InstallScriptPath : ${{ inputs.depot9InstallScriptPath }}
81117 releaseBranch : ${{ inputs.releaseBranch }}
0 commit comments