Releases: MrFlynn/flyscrape-action
Releases · MrFlynn/flyscrape-action
v1.1.0
Flyscrape Action v1.1.0
This change improves the code related to downloading flyscrape releases and improves Github API error handling.
Changes
- Updated code related to identifying the flyscrape release distribution to the current running platform (os/arch combination).
- Added better error handling related to finding release assets for a given tag.
- Prefix
inputs.version
with a "v" if not already prefixed with that character.
v1.0.0
Flyscrape Action v1.0.0
Initial action release. This release includes the following features:
- Executing Flyscrape actions on all of the following supported platforms with all available versions:
- linux/amd64
- linux/arm64
- macos/amd64
- macos/arm64
- windows/amd64
- Passing in custom arguments to augment the execution and output of Flyscrape. See the Flyscrape repo for more detail.
- Retrieving the output from Flyscrape using action outputs.
For more detail, see the full changelog for this release.