Skip to content

Commit 72bf4f8

Browse files
authored
Rename build artifact and update extraction process
1 parent 5fb6da9 commit 72bf4f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
run: |
2121
ARTIFACT_URL="${{ github.event.client_payload.artifact_url }}"
2222
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
23+
curl -L -H "Authorization: token ${TOKEN}" -o htmlplayer-build.zip "${ARTIFACT_URL}"
24+
unzip htmlplayer-build.zip -d temp-build
2525
2626
- name: Clear and copy to subfolder
2727
run: |

0 commit comments

Comments
 (0)