Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Apr 24, 2024
1 parent 3a5e55a commit 11e657c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Beta Builds
if: github.event.pull_request.base.ref == 'develop' || github.event_name == 'workflow_dispatch'
env:
BUILDBETA: '0'
BUILDBETA: '1'
run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output
shell: cmd
working-directory: Manual
Expand Down
4 changes: 2 additions & 2 deletions build_robohelp_gh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ if /i %robohelpPreset%=="GMS2 Manual Responsive HTML5 BETA" (
aws s3 cp helpdocs_keywords.json s3://manual-json-files/Beta/helpdocs_keywords.json
aws s3 cp helpdocs_tags.json s3://manual-json-files/Beta/helpdocs_tags.json
) else if /i %robohelpPreset%=="GMS2 Manual Responsive HTML5" (
echo Branch is main-lts - Choose LTS
echo Branch is Main - Choose Green
aws s3 cp helpdocs_keywords.json s3://manual-json-files/Green/helpdocs_keywords.json
aws s3 cp helpdocs_tags.json s3://manual-json-files/Green/helpdocs_tags.json
) else (
echo Branch is not develop or main-lts - Choose GREEN
echo Branch is not develop or main - Choose LTS
aws s3 cp helpdocs_keywords.json s3://manual-json-files/LTS/helpdocs_keywords.json
aws s3 cp helpdocs_tags.json s3://manual-json-files/LTS/helpdocs_tags.json
)
Expand Down

0 comments on commit 11e657c

Please sign in to comment.