Skip to content

Commit

Permalink
Merge pull request #29 from YoYoGames/modify.release.yml
Browse files Browse the repository at this point in the history
modified yml name and added workflow_dispatch
  • Loading branch information
ksuchitra532 authored Oct 5, 2023
2 parents 2f3bfe9 + 72a10c5 commit 8c7a1b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: "RoboHelp"
runs-on: windows-2019
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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: "RoboHelp"
runs-on: windows-2019
steps:
- uses: aws-actions/configure-aws-credentials@v1-node16
- 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 }}
Expand All @@ -29,7 +29,7 @@ jobs:
path: Manual
token: ${{ secrets.GH_TOKEN }}
- name: Monthly Builds
if: github.event.pull_request.base.ref == 'main'
if: github.event.pull_request.base.ref == 'main' || github.event_name == 'worflow_dispatch'
run: build_robohelp_gh.bat %GITHUB_WORKSPACE%\output
shell: cmd
working-directory: Manual
Expand Down

0 comments on commit 8c7a1b4

Please sign in to comment.