Skip to content

Commit 63489f9

Browse files
authored
Update ci-internal.yml
1 parent 053b797 commit 63489f9

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
@@ -156,7 +156,7 @@ jobs:
156156
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
157157
sudo installer -package ~/UnityIL2CPPModule.pkg -target /
158158
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
159-
tar -xJf ~/UnityIL2CPPModule.tar.xz -C /opt
159+
tar -xJf ~/UnityIL2CPPModule.tar.xz -C /opt/Editor
160160
fi
161161
162162
- name: Install Mobile Module
@@ -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
173+
tar -xJf ~/UnityAndroidModule.tar.xz -C /opt/Editor
174174
fi
175175
176176
- name: Create Test Results dir

0 commit comments

Comments
 (0)