Skip to content

Commit d8364cf

Browse files
authored
more debug
1 parent 82fad29 commit d8364cf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/receive-beta-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ jobs:
2323
curl -L -H "Authorization: token ${TOKEN}" -o htmlplayer-build.zip "${ARTIFACT_URL}"
2424
unzip htmlplayer-build.zip -d temp-build
2525
26+
- name: Debug download
27+
working-directory: temp-build
28+
run: |
29+
ls -la htmlplayer-build.zip
30+
file htmlplayer-build.zip # Should show "Zip archive data" if valid
31+
2632
- name: Clear and copy to subfolder
33+
working-directory: temp-build
2734
run: |
2835
SUBFOLDER="${{ github.event.client_payload.subfolder }}"
2936
echo "Copying to ${SUBFOLDER}"

0 commit comments

Comments
 (0)