We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb6da9 commit 72bf4f8Copy full SHA for 72bf4f8
1 file changed
.github/workflows/receive-beta-build.yml
@@ -20,8 +20,8 @@ jobs:
20
run: |
21
ARTIFACT_URL="${{ github.event.client_payload.artifact_url }}"
22
TOKEN="${{ github.event.client_payload.token }}"
23
- curl -L -H "Authorization: token ${TOKEN}" -o build.zip "${ARTIFACT_URL}"
24
- unzip build.zip -d temp-build
+ curl -L -H "Authorization: token ${TOKEN}" -o htmlplayer-build.zip "${ARTIFACT_URL}"
+ unzip htmlplayer-build.zip -d temp-build
25
26
- name: Clear and copy to subfolder
27
0 commit comments