Skip to content

Commit 05d1b22

Browse files
committed
fix
1 parent ebd5a32 commit 05d1b22

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

composeRelease.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,8 @@ unity_project_path="${UNITY_PROJECT_PATH:-OneSignalExample}"
7474

7575
# Common installation locations (CI, macOS, local)
7676
unity_candidates=(
77-
"/opt/unity/Editor/Unity" # Linux runner (GitHub Actions)
77+
"/home/runner/Unity/Hub/Editor/${unity_project_version}/Editor/Unity" # Linux (buildalon/unity-setup)
7878
"/Applications/Unity/Hub/Editor/${unity_project_version}/Unity.app/Contents/MacOS/Unity" # macOS
79-
"/home/runner/Unity/Hub/Editor/${unity_project_version}/Editor/Unity" # legacy Linux path
80-
"/home/runner/Unity/Hub/Editor/${unity_project_version}/Unity.app/Contents/MacOS/Unity" # legacy macOS path
8179
)
8280

8381
unity_executable=""

0 commit comments

Comments
 (0)