Add username and password to mac build.sh (#383)

This commit is contained in:
gnomesley 2022-04-11 16:22:52 -04:00 committed by GitHub
parent a61c02481f
commit 4be5d2ddf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,6 +130,8 @@ echo ""
-quit \
-batchmode \
-nographics \
-username "$UNITY_EMAIL" \
-password "$UNITY_PASSWORD" \
-customBuildName "$BUILD_NAME" \
-projectPath "$UNITY_PROJECT_PATH" \
-buildTarget "$BUILD_TARGET" \