Skip to content

Commit f0c98ab

Browse files
authored
Update ci-internal.yml
1 parent 353003a commit f0c98ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
211211
sudo installer -package ~/UnityIosModule.pkg -target /
212212
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
213-
7z x -o/opt/Editor ~/UnityAndroidModule.pkg
213+
7z x -o /opt/Editor ~/UnityAndroidModule.pkg
214214
fi
215215
216216
- name: Create Test Results dir

0 commit comments

Comments
 (0)