Skip to content

Commit 2b6b8ef

Browse files
committed
fix editor path
1 parent 3165db0 commit 2b6b8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composeRelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868
# try to find unity executable
6969
unity_project_version_path="OneSignalExample/ProjectSettings/ProjectVersion.txt"
7070
unity_project_version=$(cat ${unity_project_version_path} | sed -n 's/^m_EditorVersion: //p')
71-
unity_versions_path="/opt/unity/Editor/Unity"
71+
unity_versions_path="/home/runner/Unity/Hub/Editor"
7272
unity_path="${unity_versions_path}/${unity_project_version}"
7373

7474
if [[ ! -d "${unity_versions_path}" ]]

0 commit comments

Comments
 (0)