diff --git a/.github/workflows/unitctl.yml b/.github/workflows/unitctl.yml index be4ccfb23..379d17416 100644 --- a/.github/workflows/unitctl.yml +++ b/.github/workflows/unitctl.yml @@ -186,4 +186,6 @@ jobs: with: artifacts: "unitctl-*" tag: ${{github.event_name == 'workflow_dispatch' && inputs.version}} + name: unitctl-${{(github.event_name=='workflow_dispatch' && inputs.version) || github.ref_name}} + bodyFile: tools/unitctl/pkg/body.md allowUpdates: true diff --git a/tools/unitctl/pkg/body.md b/tools/unitctl/pkg/body.md new file mode 100644 index 000000000..97e9286fe --- /dev/null +++ b/tools/unitctl/pkg/body.md @@ -0,0 +1,8 @@ +## Unitctl +This is a released binary of unitctl. +Unitctl is an official command line tool for managing Unit installations. + +## Unit +For the current release of the NGINX Unit application server check the +[Unit Installation Guide](https://unit.nginx.org/installation/) and the +[Unit Quickstart Guide](https://github.com/nginx/unit/).