Uploading to Thunderstore
For this step you will need that API token you got in first steps. You have 2 options for how to store it:
- Set
TCLI_AUTH_TOKENenvironmental variable (e.g for GitHub Actions) - Pass it as a parameter:
tcli publish --token tss_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
For now, we will use the 2nd option.
Simply run tcli publish --token tss_your_token --package-version MAJOR.MINOR.PATCH

If you're output looks similar to this then congratulations on your mod upload!
If you see any yellow/red colors in output, check your thunderstore.toml, if you're still not sure why, you can ask in #modding channel on Mycopunk Discord.