We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fad29 commit d8364cfCopy full SHA for d8364cf
1 file changed
.github/workflows/receive-beta-build.yml
@@ -23,7 +23,14 @@ jobs:
23
curl -L -H "Authorization: token ${TOKEN}" -o htmlplayer-build.zip "${ARTIFACT_URL}"
24
unzip htmlplayer-build.zip -d temp-build
25
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
+
32
- name: Clear and copy to subfolder
33
34
run: |
35
SUBFOLDER="${{ github.event.client_payload.subfolder }}"
36
echo "Copying to ${SUBFOLDER}"
0 commit comments