@@ -75,10 +75,10 @@ jobs:
7575 elif [[ ${{ inputs.unity_version }} == '2020.3.0' ]]; then
7676 curl -L -o ~/Unity.pkg https://download.unity3d.com/download_unity/1fb1bf06830e/MacEditorInstaller/Unity.pkg
7777 if [[ ${{ inputs.compiler }} == 'il2cpp' ]]; then
78- curl -L -o ~/UnityIL2CPPModule.pkg https://download.unity3d.com/download_unity/1fb1bf06830e /MacEditorTargetInstaller/UnitySetup-Mac-IL2CPP-Support-for-Editor-2020.3.30f1 .pkg
78+ curl -L -o ~/UnityIL2CPPModule.pkg https://download.unity3d.com/download_unity/c7b5465681fb /MacEditorTargetInstaller/UnitySetup-Mac-IL2CPP-Support-for-Editor-2020.3.0f1 .pkg
7979 fi
8080 if [[ ${{ inputs.target_platform }} == 'mobile' ]]; then
81- curl -L -o ~/UnityIosModule.pkg https://download.unity3d.com/download_unity/1fb1bf06830e /MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2020.3.30f1 .pkg
81+ curl -L -o ~/UnityIosModule.pkg https://download.unity3d.com/download_unity/c7b5465681fb /MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-2020.3.0f1 .pkg
8282 fi
8383 fi
8484 elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
@@ -89,15 +89,15 @@ jobs:
8989 curl -L -o ~/UnityIL2CPPModule.tar.xz https://download.unity3d.com/download_unity/6eacc8284459/LinuxEditorTargetInstaller/UnitySetup-Linux-IL2CPP-Support-for-Editor-2021.3.0f1.tar.xz
9090 fi
9191 if [[ ${{ inputs.target_platform }} == 'mobile' ]]; then
92- curl -L -o ~/UnityAndroidModule.tar.xz https://download.unity3d.com/download_unity/6eacc8284459/LinuxEditorTargetInstaller /UnitySetup-Android-Support-for-Editor-2021.3.0f1.tar.xz
92+ curl -L -o ~/UnityAndroidModule.tar.xz https://download.unity3d.com/download_unity/6eacc8284459/MacEditorTargetInstaller /UnitySetup-Android-Support-for-Editor-2021.3.0f1.pkg
9393 fi
9494 elif [[ ${{ inputs.unity_version }} == '2020.3.0' ]]; then
9595 curl -L -o ~/Unity.tar.xz https://download.unity3d.com/download_unity/1fb1bf06830e/LinuxEditorInstaller/Unity.tar.xz
9696 if [[ ${{ inputs.compiler }} == 'il2cpp' ]]; then
97- curl -L -o ~/UnityIL2CPPModule.tar.xz https://download.unity3d.com/download_unity/1fb1bf06830e /LinuxEditorTargetInstaller/UnitySetup-Linux-IL2CPP-Support-for-Editor-2020.3.30f1 .tar.xz
97+ curl -L -o ~/UnityIL2CPPModule.tar.xz https://download.unity3d.com/download_unity/c7b5465681fb /LinuxEditorTargetInstaller/UnitySetup-Linux-IL2CPP-Support-for-Editor-2020.3.0f1 .tar.xz
9898 fi
9999 if [[ ${{ inputs.target_platform }} == 'mobile' ]]; then
100- curl -L -o ~/UnityAndroidModule.tar.xz https://download.unity3d.com/download_unity/1fb1bf06830e/LinuxEditorTargetInstaller /UnitySetup-Android-Support-for-Editor-2020.3.30f1.tar.xz
100+ curl -L -o ~/UnityAndroidModule.tar.xz https://download.unity3d.com/download_unity/c7b5465681fb/MacEditorTargetInstaller /UnitySetup-Android-Support-for-Editor-2020.3.0f1.pkg
101101 fi
102102 fi
103103 fi
@@ -170,7 +170,7 @@ jobs:
170170 if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
171171 sudo installer -package ~/UnityIosModule.pkg -target /
172172 elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
173- tar -xJf ~/UnityAndroidModule.tar.xz -C /opt/Editor
173+ sudo installer -package ~/UnityIosModule.pkg -target /opt/Editor
174174 fi
175175
176176 - name : Create Test Results dir
0 commit comments