Skip to content

Commit

Permalink
chore: change aws region
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Jul 3, 2024
1 parent 466cd99 commit 29894a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-to-s3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
with:
aws-access-key-id: ${{ inputs.aws-access-key-id }}
aws-secret-access-key: ${{ inputs.aws-secret-access-key }}
aws-region: 'us-west-1'
aws-region: 'eu-central-1'
aws-bucket: ${{ inputs.aws-bucket }}
destination-dir: "megazord/android/reloaded/${{ inputs.build-flavour }}/${{ inputs.build-variant }}/PR-${{ github.event.pull_request.number }}/"
file-path: ${{ steps.path.outputs.apk_full_path }}
Expand Down

0 comments on commit 29894a8

Please sign in to comment.