pckgs-io/Upload Package
Uploads a Unity package to pckgs.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 1, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: pckgs-io/upload-unity-package@922ae8fd00bc56d684adee7b54c047f11b0aebcd # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| package_folder | Path to the Unity package folder to compress and upload. Defaults to the repository root if omitted. | no | — |
| access_token | Access token used to authenticate with pckgs.io. | yes | — |
| is_public | Whether the package should be publicly available. | yes | — |
| version | Version of the package (e.g., 1.0.0). | no | — |
| contributor_email | Email address of the contributor. | no | — |
| contributor_name | Name or nickname of the contributor. | no | — |
| contributor_url | ‘URL to the contributor’s profile (e.g., GitHub, website).’ | no | — |
| organization | ‘Organization slug on pckgs.io. If omitted, extracted from the second segment of the package name (e.g., "com.myorg.package" → "myorg").’ | no | — |
Outputs
no outputs