ybw0014/Guizhan Resources Upload
Upload built artifacts to Guizhan Resources.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | Guizhan Resources API domain. | no | https://resources.guizhanss.com/api |
| token | API token with project:version:create scope. | yes | — |
| project-id | Project ID or slug. | yes | — |
| channel | Release channel ID or slug. | yes | — |
| files | Local artifact paths or glob patterns. | no | — |
| artifact-names | GitHub Actions artifact names from the current workflow run. | no | — |
| primary-file | Artifact basename to upload first. | no | — |
| version | Version string. Defaults to the current ref name when omitted. | no | — |
| name | Display name. Defaults to the resolved version when omitted. | no | — |
| changelog | Version changelog. | no | — |
| minecraft-versions | Comma or newline separated Minecraft versions. | no | — |
| platforms | Comma or newline separated platform IDs. | no | — |
| dependencies | JSON dependencies payload accepted by the Guizhan Resources API. | no | — |
| auto-detect-minecraft | Whether to infer Minecraft versions when explicit input is omitted. | no | true |
| auto-detect-platform | Whether to infer platforms when explicit input is omitted. | no | true |
Outputs
| name | description |
|---|---|
| version-id | Created version ID. |
| version-url | URL for the created version. |
| uploaded-files | Comma-separated uploaded file order. |
| api-code | API response code. |