From 48d89814f90870e19a60b43c53ceabd2323f10eb Mon Sep 17 00:00:00 2001 From: KevinR Date: Mon, 19 Dec 2022 18:11:34 +0100 Subject: [PATCH] changed support (#15) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d88fa8b..b44a0eb 100644 --- a/README.md +++ b/README.md @@ -173,4 +173,11 @@ The action supports the following inputs: | `author_json` | The `author_json` output from release. It's a multiline output, which is packed in a JSON object.
The output can be used with the `fromJSON` function `(steps..outputs.assets_array_json)`. | ## Support -This action only supports Linux runners. If you encounter Error: action is only supported on Linux then you are using non-linux runner. + +### Supported runners for [v2](https://github.com/KevinRohn/github-full-release-data/releases/tag/v2) + +| OS | supported? | +| - | - | +| `Linux OS runner` | :white_check_mark: | +| `macOS runner` | :x: | +| `windows OS runner` | :x| \ No newline at end of file