Add packageMode inputs to main

pull/164/head
Aaron Trudeau 2023-05-23 20:30:33 -04:00
parent ffb0014506
commit 8ac6a10c96
No known key found for this signature in database
GPG Key ID: 5EA8D416A3C71A20
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ export async function run() {
gitPrivateToken, gitPrivateToken,
githubToken, githubToken,
checkName, checkName,
packageMode,
packageName,
chownFilesTo, chownFilesTo,
unityLicensingServer, unityLicensingServer,
} = Input.getFromUser(); } = Input.getFromUser();
@ -37,6 +39,8 @@ export async function run() {
artifactsPath, artifactsPath,
useHostNetwork, useHostNetwork,
sshAgent, sshAgent,
packageMode,
packageName,
gitPrivateToken, gitPrivateToken,
githubToken, githubToken,
chownFilesTo, chownFilesTo,