Skip to content

Commit 14ffd08

Browse files
cboulayzeyus
authored andcommitted
GHA Apple -- add ios simulator build
1 parent c35f96a commit 14ffd08

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/apple.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)