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 6363 - name : Upload xcarchive
6464 uses : actions/upload-artifact@v4
6565 with :
66- name : bindings
66+ name : bindings-${{ matrix.configuration['human_readable_platform'] }}
6767 path : ./bindings/**/bin/release/${{ matrix.configuration['human_readable_platform'] }}/${{ matrix.configuration['human_readable_platform'] }}.xcarchive
6868
6969 generate :
8181 - name : Checkout
8282 uses : actions/checkout@v3
8383 - name : Download xcarchives
84- uses : actions/download-artifact@v3
84+ uses : actions/download-artifact@v4
85+ with :
86+ merge-multiple : true
8587 - name : Generate xcframework
8688 shell : bash
8789 run :
Original file line number Diff line number Diff line change 6767 - name : Upload binary
6868 uses : actions/upload-artifact@v4
6969 with :
70- name : bindings
70+ name : bindings-${{ matrix.configuration['human_readable_platform'] }}
7171 path : |
7272 ./bindings/**/artifacts/ldk-c-bindings/lightning-c-bindings/include/*.h
7373 ./bindings/**/artifacts/ldk-c-bindings/ldk-net/ldk_net.*
8787 - name : Checkout
8888 uses : actions/checkout@v3
8989 - name : Download libldks
90- uses : actions/download-artifact@v3
90+ uses : actions/download-artifact@v4
91+ with :
92+ merge-multiple : true
9193 - name : Generate Swift Bindings
9294 shell : bash
9395 run : |
You can’t perform that action at this time.
0 commit comments