Skip to content

Commit

Permalink
Add packageMode inputs to main
Browse files Browse the repository at this point in the history
  • Loading branch information
trudeaua-vividream-software committed May 24, 2023
1 parent ffb0014 commit 8ac6a10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ export async function run() {
gitPrivateToken,
githubToken,
checkName,
packageMode,
packageName,
chownFilesTo,
unityLicensingServer,
} = Input.getFromUser();
Expand All @@ -37,6 +39,8 @@ export async function run() {
artifactsPath,
useHostNetwork,
sshAgent,
packageMode,
packageName,
gitPrivateToken,
githubToken,
chownFilesTo,
Expand Down

0 comments on commit 8ac6a10

Please sign in to comment.