From 54fa29375bddd9b179602fa6fbef234600201928 Mon Sep 17 00:00:00 2001 From: suchitra Date: Fri, 17 Nov 2023 10:46:18 +0000 Subject: [PATCH] fixes for failed builds --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 173b0ab5a..b396f3bda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,8 @@ jobs: RoboHelp: name: "RoboHelp" runs-on: windows-2019 + env: + LANGUAGE: ${{ vars.LANGUAGE }} steps: - uses: aws-actions/configure-aws-credentials@v4 with: @@ -24,7 +26,7 @@ jobs: - name: Enable git long paths to bypass path limit on Windows run: git config --system core.longpaths true - name: Check out the GMS2_Documentation repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: Manual token: ${{ secrets.GH_TOKEN }} @@ -34,7 +36,7 @@ jobs: shell: cmd working-directory: Manual - name: Upload robohelp zip file - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: YoYoStudioRoboHelp path: output\RoboHelp\*.zip