add packageMode option back in

pull/164/head
Aaron Trudeau 2022-01-17 11:50:44 -05:00
parent 19b81ef90a
commit 2a1d0bf088
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ async function run() {
gitPrivateToken,
githubToken,
checkName,
packageMode,
} = Input.getFromUser();
const baseImage = new ImageTag({ version: unityVersion, customImage });
@ -35,6 +36,7 @@ async function run() {
artifactsPath,
useHostNetwork,
sshAgent,
packageMode,
gitPrivateToken,
githubToken,
});