spelling and documentation fixes

pull/164/head
Aaron Trudeau 2022-01-17 14:45:35 -05:00
parent 7a0e9c0b69
commit 8e0b824ca9
No known key found for this signature in database
GPG Key ID: 29F89A9BDAAF7BDE
3 changed files with 3 additions and 3 deletions

View File

@ -294,7 +294,7 @@ jobs:
projectPath: ${{ matrix.projectPath }} projectPath: ${{ matrix.projectPath }}
unityVersion: ${{ matrix.unityVersion }} unityVersion: ${{ matrix.unityVersion }}
testMode: editmode testMode: editmode
artifactsPath: artifacts/editmode artifactsPath: artifacts/packageeditmode
packageMode: true packageMode: true
# Upload artifacts # Upload artifacts

View File

@ -5,7 +5,7 @@ inputs:
unityVersion: unityVersion:
required: false required: false
default: 'auto' default: 'auto'
description: 'Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt' description: 'Version of unity to use for testing the project. Use "auto" to get from your ProjectSettings/ProjectVersion.txt. Required if using Package Mode.'
customImage: customImage:
required: false required: false
default: '' default: ''

View File

@ -40,7 +40,7 @@ if [ "$PACKAGE_MODE" = "true" ]; then
echo "Creating an empty Unity project to add the package to." echo "Creating an empty Unity project to add the package to."
unity-editor \ unity-editor \
-batchMode \ -batchmode \
-createProject "./TempProject" \ -createProject "./TempProject" \
-quit -quit