We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6a874 commit 8bc2688Copy full SHA for 8bc2688
.github/workflows/send-beta-build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Determine subfolder and zip name
34
id: set-zip-name
35
run: |
36
- SUBFOLDER="${{ github.event.inputs.subfolder || 'HTMLPlayerBeta' }}"
+ SUBFOLDER="${{ github.event.inputs.subfolder || 'HTMLNotes' }}"
37
ZIP_NAME="$(echo "${SUBFOLDER}" | tr '[:upper:]' '[:lower:]')-build.zip"
38
39
echo "Subfolder: ${SUBFOLDER}"
0 commit comments