Change UNITY_PROJECT_PATH to PROJECT_PATH

This commit is contained in:
Webber
2019-12-14 18:10:55 +01:00
committed by Webber Takken
parent ae2ae7470f
commit 2bcc487a09
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Set the license file path
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$UNITY_PROJECT_PATH
UNITY_PROJECT_PATH=$GITHUB_WORKSPACE/$PROJECT_PATH
# Set the artifacts path
if [ -z "$ARTIFACTS_PATH" ]; then