diff --git a/.github/workflows/build-pr-cmk.yml b/.github/workflows/build-pr-cmk.yml index eb7fce4..b1e90ab 100644 --- a/.github/workflows/build-pr-cmk.yml +++ b/.github/workflows/build-pr-cmk.yml @@ -44,6 +44,7 @@ jobs: - name: Upload cmk binary uses: actions/upload-artifact@v4 + if: steps.set_vars.outputs.pr_number != '' with: name: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }} path: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }} diff --git a/README.md b/README.md index 613dfae..3230765 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## CloudMonkey [![Build Status](https://travis-ci.com/apache/cloudstack-cloudmonkey.svg?branch=main)](https://travis-ci.com/apache/cloudstack-cloudmonkey)[![](https://images.microbadger.com/badges/version/apache/cloudstack-cloudmonkey.svg)](https://hub.docker.com/r/apache/cloudstack-cloudmonkey)[![cloudmonkey](https://snapcraft.io/cloudmonkey/badge.svg)](https://snapcraft.io/cloudmonkey) -`cloudmonkey` :cloud::monkey_face: is a command line interface (CLI) for +`cloudmonkey` :cloud::monkey_face: is a command-line interface (CLI) for [Apache CloudStack](http://cloudstack.apache.org). It can be used both as an interactive shell and as a command-line tool, simplifying Apache CloudStack configuration and management.