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,
githubToken,
checkName,
packageMode,
packageName,
chownFilesTo,
unityLicensingServer,
} = Input.getFromUser();
@ -37,6 +39,8 @@ export async function run() {
artifactsPath,
useHostNetwork,
sshAgent,
packageMode,
packageName,
gitPrivateToken,
githubToken,
chownFilesTo,