File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,13 @@ jobs:
173173 name : build-iOS-Simulator
174174 path : install/Frameworks/lsl.framework.zip
175175
176+ - name : Upload iOS Simulator Framework
177+ if : matrix.config.name == 'iOS Simulator'
178+ uses : actions/upload-artifact@v4
179+ with :
180+ name : build-iOS-Simulator
181+ path : install/Frameworks/lsl.framework.zip
182+
176183 xcframework_and_deploy :
177184 name : XCFramework and Deploy
178185 needs : build
@@ -206,6 +213,10 @@ jobs:
206213 run : |
207214 unzip build-iOS/lsl.framework.zip -d build-iOS/Frameworks
208215
216+ - name : Unzip iOS Simulator Framework
217+ run : |
218+ unzip build-iOS-Simulator/lsl.framework.zip -d build-iOS-Simulator/Frameworks
219+
209220 - name : Install certificates and provisioning profiles
210221 uses : ./.github/actions/install-apple-certs
211222 with :
You can’t perform that action at this time.
0 commit comments