diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3682f364f..c73399695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,12 +31,14 @@ 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: build_robohelp_gh.bat -beta %GITHUB_WORKSPACE%\output + run: echo "this is beta build" shell: cmd working-directory: Manual - name: Builds if: github.event.pull_request.base.ref == 'main' - run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output + # run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output + run: echo "this is non-beta build" shell: cmd working-directory: Manual - name: Upload robohelp zip file