direpromise/Upload Thunderstore Package
Formats and uploads a Thunderstore package
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | — | — | — |
| community | Thunderstore community to publish to | yes | — |
| namespace | Name of the team to publish the mod under | yes | — |
| name | Name of the package | yes | — |
| version | Package version to publish | yes | — |
| icon | URL of the mod icon | — | — |
| readme | URL of the mod README | — | — |
| description | Description of the mod | yes | Example mod description |
| token | Thunderstore API token | yes | — |
| dev | Push to thunderstore.dev rather then thunderstore.io | — | — |
| wrap | Directory to wrap the contents of the repo in | — | — |
| website | Homepage URL | — | — |
| categories | Categories the mod belongs to | — | — |
| deps | List of dependencies by name & version | — | — |
| nsfw | Is the mod NSFW | — | — |
| file | Prebuilt .zip file to use, relative to the repo root | — | — |
| repo | The URL of the thundertore repo to publish to | — | — |
Outputs
| name | description |
|---|---|
| url | URL of uploaded mod |