aws-actions / setup-sam

Action to set up AWS SAM CLI and add it to the PATH
Apache License 2.0
151 stars 23 forks source link

feat: keep all files under a single directory #15

Closed hoffa closed 3 years ago

hoffa commented 3 years ago

Which issue(s) does this change fix?

16

Description

Creates all files under a single directory.

Will make it simpler to potentially use @actions/tool-cache and/or store files under RUNNER_TEMP.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 License.