Skip to content

Commit 8bc2688

Browse files
authored
Change default subfolder for beta build workflow
1 parent 9f6a874 commit 8bc2688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Determine subfolder and zip name
3434
id: set-zip-name
3535
run: |
36-
SUBFOLDER="${{ github.event.inputs.subfolder || 'HTMLPlayerBeta' }}"
36+
SUBFOLDER="${{ github.event.inputs.subfolder || 'HTMLNotes' }}"
3737
ZIP_NAME="$(echo "${SUBFOLDER}" | tr '[:upper:]' '[:lower:]')-build.zip"
3838
3939
echo "Subfolder: ${SUBFOLDER}"

0 commit comments

Comments
 (0)