Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Sep 7, 2023
1 parent f37621f commit 9fe14e9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,12 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
- name: Beta Builds
if: github.event.pull_request.base.ref == 'develop'
# run: build_robohelp_gh.bat -beta %GITHUB_WORKSPACE%\output
run: echo "this is beta build"
run: build_robohelp_gh.bat -beta %GITHUB_WORKSPACE%\output
shell: cmd
working-directory: Manual
- name: Builds
if: github.event.pull_request.base.ref == 'main'
# run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output
run: echo "this is non-beta build"
run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output
shell: cmd
working-directory: Manual
- name: Upload robohelp zip file
Expand Down

0 comments on commit 9fe14e9

Please sign in to comment.