Skip to content

Commit ee46e0e

Browse files
committed
Do some extra debugging
1 parent ef2bed1 commit ee46e0e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ jobs:
8484
uses: actions/download-artifact@v4
8585
with:
8686
merge-multiple: true
87+
- name: Print post-artifact-download directory structure
88+
shell: bash
89+
run: |
90+
echo "Current path:"
91+
pwd
92+
echo "Recursive enumeration"
93+
find "$PWD"
8794
- name: Generate xcframework
8895
shell: bash
8996
run:

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@ jobs:
9090
uses: actions/download-artifact@v4
9191
with:
9292
merge-multiple: true
93+
- name: Print post-artifact-download directory structure
94+
shell: bash
95+
run: |
96+
echo "Current path:"
97+
pwd
98+
echo "Recursive enumeration"
99+
find "$PWD"
93100
- name: Generate Swift Bindings
94101
shell: bash
95102
run: |

0 commit comments

Comments
 (0)