File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148
148
- name : Zip LSL Framework
149
149
run : |
150
150
cd install/Frameworks
151
- zip -r lsl.framework.zip lsl.framework
151
+ zip -ry lsl.framework.zip lsl.framework
152
152
cd ../..
153
153
154
154
- name : Upload macOS Package and Framework
@@ -159,16 +159,18 @@ jobs:
159
159
path : |
160
160
package/*.pkg
161
161
install/Frameworks/lsl.framework.zip
162
+ # Note: the artifact will preserves the folder structure up to the common root, in this case all.
162
163
163
164
- name : Upload iOS Framework
164
165
if : matrix.config.name == 'iOS'
165
166
uses : actions/upload-artifact@v4
166
167
with :
167
168
name : build-iOS
168
169
path : install/Frameworks/lsl.framework.zip
170
+ # Note: the artifact drops the folder structure and only keeps the zip.
169
171
170
172
xcframework_and_deploy :
171
- name : XSFramework and Deploy
173
+ name : XCFramework and Deploy
172
174
needs : build
173
175
runs-on : macOS-latest
174
176
steps :
@@ -185,7 +187,6 @@ jobs:
185
187
- name : Unzip macOS Framework
186
188
run : |
187
189
unzip build-macOS-latest/install/Frameworks/lsl.framework.zip -d build-macOS-latest/Frameworks
188
- # unpackage build-macOS-latest/package/liblsl-$LSL_VERSION-Darwin-universal.pkg
189
190
190
191
- name : Unzip iOS Framework
191
192
run : |
You can’t perform that action at this time.
0 commit comments