Skip to content

Commit

Permalink
modifying batch file to work for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Dec 7, 2023
1 parent 58731bc commit 3856b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: "RoboHelp"
runs-on: windows-2019
env:
LANGUAGE: ${{ vars.LANGUAGE }}
LANGUAGE: ${{ vars.LANGUAGE_MAIN }}
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions build_robohelp_gh.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ set ZIP_FILE=%ZIP_FILE%
set basedir=%~dp0

:check_options
if %LANGUAGE%==EN-BETA (
if %LANGUAGE%==EN (
set robohelpPreset="GMS2 Manual Responsive HTML5"
goto finish_options
) else if %LANGUAGE%=="" (
) else if %LANGUAGE_MAIN%==EN (
set robohelpPreset="GMS2 Manual Responsive"
goto finish_options
) else if %LANGUAGE%==ES (
Expand Down

0 comments on commit 3856b0e

Please sign in to comment.