This action will push packages to PackageCloud using the package_cloud gem.
Required The repo to push to.
Required Directory where the packages are. All rpms and debs found here will be pushed.
Required Space separated list of RPM based distro versions to push to. The distro version strings are as per packagecloud
A default value is supplied if no argument is provided.
Required Space separated list of Debian based distro versions to push to. The distro version strings are as per packagecloud
A default value is supplied if no argument is provided.
Stdout from the command execution for rpm packages
Stdout from the command execution for deb packages
uses: qxip/packagecloud-action:V1
env:
PACKAGECLOUD_TOKEN: ${{ secrets.PACKAGECLOUD_TOKEN }}
with:
repo: 'your/repository'
dir: 'dist'