Skip to content

Commit

Permalink
fixes for failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Nov 16, 2023
1 parent bd75114 commit cdc8283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
env:
LANGUAGE: ${{ vars.LANGUAGE }}
steps:
- uses: aws-actions/configure-aws-credentials@v3
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.REGION }}
- 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 }}
Expand All @@ -35,7 +35,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
Expand Down

0 comments on commit cdc8283

Please sign in to comment.