Skip to content

Commit 3b2de0a

Browse files
authored
Update ci-internal.yml
1 parent 6e63208 commit 3b2de0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-internal.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,15 +163,15 @@ jobs:
163163
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
164164
fi
165165
if [[ ${{ inputs.target_platform }} == 'mobile' ]]; then
166-
curl -L -o ~/UnityAndroidModule.tar.xz https://download.unity3d.com/download_unity/6eacc8284459/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2021.3.0f1.pkg
166+
curl -L -o ~/UnityAndroidModule.pkg https://download.unity3d.com/download_unity/6eacc8284459/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2021.3.0f1.pkg
167167
fi
168168
elif [[ ${{ inputs.unity_version }} == '2020.3.0' ]]; then
169169
curl -L -o ~/Unity.tar.xz https://download.unity3d.com/download_unity/1fb1bf06830e/LinuxEditorInstaller/Unity.tar.xz
170170
if [[ ${{ inputs.compiler }} == 'il2cpp' ]]; then
171171
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
172172
fi
173173
if [[ ${{ inputs.target_platform }} == 'mobile' ]]; then
174-
curl -L -o ~/UnityAndroidModule.tar.xz https://download.unity3d.com/download_unity/c7b5465681fb/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2020.3.0f1.pkg
174+
curl -L -o ~/UnityAndroidModule.pkg https://download.unity3d.com/download_unity/c7b5465681fb/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-2020.3.0f1.pkg
175175
fi
176176
fi
177177
fi

0 commit comments

Comments
 (0)