actions-marketplace-validations/Upload to Modio
GitHub Action for uploading mods to mod.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The user's access token | yes | — |
| test-env | Use test environment | no | — |
| game | Unique id of the game | yes | — |
| mod | Unique id of the mod | yes | — |
| path | The path to the mod file you want to upload | yes | — |
| version | Version of the mod file | no | — |
| changelog | Changelog of the mod file | no | — |
| changelog-path | Path to changelog of the mod file | no | — |
| active | Label this upload as the current release | no | — |
| filehash | Filehash of the mod file | no | — |
| metadata | Metadata blob of the mod file | no | — |
| metadata-path | Path to the metadata blob of the mod file | no | — |
Outputs
| name | description |
|---|---|
| id | Unique id of the uploaded file |
| url | Download URL for the file |
| fileshash | MD5 of the uploaded file |
| response | File to response content of the request |