From 2a55ae4b12596157d2f20b1c491db3ac4ee33979 Mon Sep 17 00:00:00 2001 From: softprops Date: Wed, 11 Sep 2019 19:22:30 +0900 Subject: [PATCH] add screenshot --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 085e9f4..4948cfa 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ > A GitHub Action for creating GitHub Releases on Linux, Windows, and OSX virtual environments +![Screenshot](demo.png) + + > **⚠️ Note:** To use this action, you must have access to the [GitHub Actions](https://github.com/features/actions) feature. GitHub Actions are currently only available in public beta. You can [apply for the GitHub Actions beta here](https://github.com/features/actions/signup/). > **⚠️ Note:** This action was previously implemented as a docker container, limiting its use to GitHub Actions Linux virtual environments only. With recent releases, we now support cross platform usage. You'll need to remove the `docker://` prefix in these versions