File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments