Skip to content

Commit aa08cd9

Browse files
committed
Download artifacts to ./bindings directory
1 parent ee46e0e commit aa08cd9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-xcframework-parallel-archives.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
uses: actions/download-artifact@v4
8585
with:
8686
merge-multiple: true
87+
path: ./bindings
8788
- name: Print post-artifact-download directory structure
8889
shell: bash
8990
run: |

.github/workflows/build-xcframework-parallel-libldk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
uses: actions/download-artifact@v4
9191
with:
9292
merge-multiple: true
93+
path: bindings
9394
- name: Print post-artifact-download directory structure
9495
shell: bash
9596
run: |

0 commit comments

Comments
 (0)