Releases: airuleguy/s3-cp-action
Releases · airuleguy/s3-cp-action
v.1.1.3
Changelog
Removed
- Removed the "grabs first match" part from coalescing file names with wildcards in them. Will work on that later.
v.1.1.2
Changelog
Fixed
- Fixed an issue where
execdir
option is not available inubuntu@latest
. Swapped out forexec basedir
.
v1.1.1
Changelog
Fixed
- Now materializes filename if given ENV variable contains wildcards (grabs first match). For example, given
FILE=artifact-v*.jar
, and the fileartifact-v1.1.1.jar
present inSOURCE_PATH
, then the script will upload explicitlyartifact-v1.1.1.jar
.
v1.1.0
Changelog
Added
- Now source path and destination keys are also configurable via ENV variables. Checkout the readme for more info.
v1.0.3
Changelog
Fixed
- S3 bucket address was not being generated correctly.
//
missing. :(
v1.0.2
Changelog
Changed
- Fixed a typo in action name.
v1.0.1
Changelog
Added
- Added
action.yaml
, required to list this action in GitHub marketplace.