From 9fe14e95330103fd4e6145171dcac01baa74c130 Mon Sep 17 00:00:00 2001 From: suchitra Date: Thu, 7 Sep 2023 09:23:01 +0100 Subject: [PATCH] fix --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c73399695..3682f364f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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