Skip to content

Commit 58d81b1

Browse files
committed
better docs
1 parent 015965e commit 58d81b1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ If you need any other features, please [ask](https://github.com/golift/upload-pa
1414

1515
This required input must be the `username/repository` on package cloud that the packages are uploaded to.
1616

17+
If you are uploading a non-RPM/DEB package, you may expand this to the distribution path as well.
18+
ie. `username/repository/node` to push into an NPM repository.
19+
1720
### apitoken
1821

1922
Store your Package Cloud API token in GitHub Secrets and pass it in here.

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Upload packages PackageCloud.io
3-
description: Uploads RPM and DEB packages to PackageCloud.io.
2+
name: Publish PackageCloud.io Packages
3+
description: Easily mass-uploads RPM and DEB packages to PackageCloud.io. Other package types have limited support.
44
branding:
55
icon: 'upload-cloud'
66
color: 'blue'

0 commit comments

Comments
 (0)