From 7b2ad7bbd13b510e631301cf35a4b3b82d695dc8 Mon Sep 17 00:00:00 2001 From: John Knox Date: Wed, 30 Oct 2019 17:26:19 +0000 Subject: [PATCH] Add github-action-publish-binaries Makes it super simple to add any artifacts to your Github releases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd7482a..652fc3f 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Action to send LGTM reaction as image or GIF when we say lgtm](https://github.com/micnncim/action-lgtm-reaction) - [Generate build numbers across multiple scopes](https://github.com/zyborg/gh-action-buildnum) - [Restrict cursing action](https://github.com/sobolevn/restrict-cursing-action) - Moderator bot for your project, automatically removes bad language. +- [Publish Github release artifacts](https://github.com/skx/github-action-publish-binaries) ### Testing and Linting