Skip to content

Commit c92127a

Browse files
authored
Update send-beta-build.yml
1 parent e438ffb commit c92127a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ jobs:
3333
- name: Determine subfolder and zip name
3434
id: set-zip-name
3535
run: |
36-
# Use workflow_dispatch input if present; fall back to default
3736
SUBFOLDER="${{ github.event.inputs.subfolder || 'HTMLPlayerBeta' }}"
38-
39-
# Lowercase subfolder for zip name
4037
ZIP_NAME="$(echo "${SUBFOLDER}" | tr '[:upper:]' '[:lower:]')-build.zip"
4138
4239
echo "Subfolder: ${SUBFOLDER}"
@@ -92,8 +89,8 @@ jobs:
9289
}
9390
9491
core.setOutput('url', artifact.archive_download_url);
95-
env:
96-
ZIP_NAME: ${{ steps.set-zip-name.outputs.zip_name }}
92+
env:
93+
ZIP_NAME: ${{ steps.set-zip-name.outputs.zip_name }}
9794

9895
- name: Dispatch to beta repo
9996
run: |

0 commit comments

Comments
 (0)