File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 74
74
uses : ./.github/actions/install-dependencies
75
75
- name : Generate XCFramework
76
76
uses : ./.github/actions/generate-xcframework
77
+ - name : Zip Xcframework (remove before merging!)
78
+ run : |
79
+ ditto -c -k --sequesterRsrc /Users/runner/work/ldk-swift/ldk-swift/bindings/bin/release/LDKFramework.xcframework LDKFramework.xcframework.zip
80
+ - name : Upload Framework Artifact (remove before merging!)
81
+ uses : actions/upload-artifact@v3
82
+ with :
83
+ name : LDKFramework.xcframework.zip
84
+ path : LDKFramework.xcframework.zip
Original file line number Diff line number Diff line change 30
30
uses : ./.github/actions/generate-xcframework
31
31
- name : Zip Xcframework
32
32
run : |
33
- zip -9 -r LDKFramework.xcframework.zip /Users/runner/work/ldk-swift/ldk-swift/bindings/bin/release/LDKFramework.xcframework
33
+ ditto -c -k --sequesterRsrc /Users/runner/work/ldk-swift/ldk-swift/bindings/bin/release/LDKFramework.xcframework LDKFramework.xcframework.zip
34
34
- name : Upload Framework Artifact
35
35
uses : actions/upload-artifact@v3
36
36
with :
You can’t perform that action at this time.
0 commit comments