aws-github-actions icon indicating copy to clipboard operation
aws-github-actions copied to clipboard

Error on Github action

Open ZsoltPath opened this issue 4 years ago • 0 comments

Describe the bug

Getting ##[error]Unable to locate executable file: aws. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable. error when running action on Github shared runners

To Reproduce

Steps to reproduce the behavior:

Set up GH action

      - name: deploy
        uses: clowdhaus/aws-github-actions/packages/[email protected]
        with:
          local-path: build/
          bucket-name: ${{ env.BUCKET }}
          args: --cache-control "max-age=3600" --exclude "service-worker.js" --exclude "*manifest.json" --exclude "*.html"

Expected behavior

Bucket updated.

Environment (please complete the following information):

Github shared action runner

ZsoltPath avatar Jul 03 '20 15:07 ZsoltPath