Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on Github action #7

Open
ZsoltPath opened this issue Jul 3, 2020 · 0 comments
Open

Error on Github action #7

ZsoltPath opened this issue Jul 3, 2020 · 0 comments

Comments

@ZsoltPath
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant