Skip to content

Commit

Permalink
Add username and password to mac build.sh (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomesley authored Apr 11, 2022
1 parent a61c024 commit 4be5d2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/platforms/mac/steps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ echo ""
-quit \
-batchmode \
-nographics \
-username "$UNITY_EMAIL" \
-password "$UNITY_PASSWORD" \
-customBuildName "$BUILD_NAME" \
-projectPath "$UNITY_PROJECT_PATH" \
-buildTarget "$BUILD_TARGET" \
Expand Down

0 comments on commit 4be5d2d

Please sign in to comment.