We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acdb70 commit d3d940dCopy full SHA for d3d940d
.github/workflows/build-scinsta.yml
@@ -69,7 +69,7 @@ jobs:
69
cd sdks
70
git sparse-checkout set --no-cone iPhoneOS16.2.sdk
71
git checkout
72
- mv ./*.sdk "${THEOS}/sdks"
+ mv iPhoneOS16.2.sdk "${THEOS}/sdks/"
73
env:
74
THEOS: ${{ github.workspace }}/theos
75
0 commit comments