File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 63
63
- name : Upload xcarchive
64
64
uses : actions/upload-artifact@v4
65
65
with :
66
- name : bindings
66
+ name : bindings-${{ matrix.configuration['human_readable_platform'] }}
67
67
path : ./bindings/**/bin/release/${{ matrix.configuration['human_readable_platform'] }}/${{ matrix.configuration['human_readable_platform'] }}.xcarchive
68
68
69
69
generate :
81
81
- name : Checkout
82
82
uses : actions/checkout@v3
83
83
- name : Download xcarchives
84
- uses : actions/download-artifact@v3
84
+ uses : actions/download-artifact@v4
85
+ with :
86
+ merge-multiple : true
85
87
- name : Generate xcframework
86
88
shell : bash
87
89
run :
Original file line number Diff line number Diff line change 67
67
- name : Upload binary
68
68
uses : actions/upload-artifact@v4
69
69
with :
70
- name : bindings
70
+ name : bindings-${{ matrix.configuration['human_readable_platform'] }}
71
71
path : |
72
72
./bindings/**/artifacts/ldk-c-bindings/lightning-c-bindings/include/*.h
73
73
./bindings/**/artifacts/ldk-c-bindings/ldk-net/ldk_net.*
87
87
- name : Checkout
88
88
uses : actions/checkout@v3
89
89
- name : Download libldks
90
- uses : actions/download-artifact@v3
90
+ uses : actions/download-artifact@v4
91
+ with :
92
+ merge-multiple : true
91
93
- name : Generate Swift Bindings
92
94
shell : bash
93
95
run : |
You can’t perform that action at this time.
0 commit comments