We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353003a commit f0c98abCopy full SHA for f0c98ab
1 file changed
.github/workflows/ci-internal.yml
@@ -210,7 +210,7 @@ jobs:
210
if [[ ${{ inputs.os }} == 'macos-latest' ]]; then
211
sudo installer -package ~/UnityIosModule.pkg -target /
212
elif [[ ${{ inputs.os }} == 'ubuntu-latest' ]]; then
213
- 7z x -o/opt/Editor ~/UnityAndroidModule.pkg
+ 7z x -o /opt/Editor ~/UnityAndroidModule.pkg
214
fi
215
216
- name: Create Test Results dir
0 commit comments