Skip to content

Commit b018315

Browse files
committed
some debugging information
1 parent 28fd1f0 commit b018315

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/win_exe_sign_test.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,22 @@ jobs:
257257
path: artifacts
258258

259259
- name: Extract macOS x86_64 dmg
260-
run: unzip -q artifacts/macos_x86/*.zip -d artifacts/macos_x86
260+
run: |
261+
ls -altr artifacts
262+
ls -altr artifacts/macos_x86
263+
unzip -q artifacts/macos_x86/*.zip -d artifacts/macos_x86
261264
262265
- name: Extract macOS aarch64 dmg
263-
run: unzip -q artifacts/macos_arm/*.zip -d artifacts/macos_arm
266+
run: |
267+
ls -altr artifacts
268+
ls -altr artifacts/macos_arm
269+
unzip -q artifacts/macos_arm/*.zip -d artifacts/macos_arm
264270
265271
- name: Extract linux zip (keep internal .tar.gz intact)
266-
run: unzip -q artifacts/*.zip -d artifacts/linux
272+
run: |
273+
ls -altr artifacts
274+
unzip -q artifacts/*.zip -d artifacts/linux
275+
ls -altr artifacts/linux/
267276
268277
- name: Determine version and prepare folder
269278
run: |

0 commit comments

Comments
 (0)