[CI/CD] Automatically deploy TSOM to itch.io along with the current GitHub releases - #65
Open
Elanis wants to merge 1 commit into
Open
[CI/CD] Automatically deploy TSOM to itch.io along with the current GitHub releases#65Elanis wants to merge 1 commit into
Elanis wants to merge 1 commit into
Conversation
Elanis
force-pushed
the
dev
branch
6 times, most recently
from
July 23, 2026 16:27
d9fe191 to
94aa05c
Compare
Elanis
marked this pull request as ready for review
July 23, 2026 16:33
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the github action workflow in order to eventuall upload the game binaries to itch.io.
We're using butler for this purpose. A tool made by itch to automatically upload builds.
The CI will upload the binaries to https://lynix.itch.io/this-space-of-mine, and if the page is public, the build will automatically be public too.
In order to work, this is using an API Key generated on itch.io website. You should create an organization or repository secret named "BUTLER_API_KEY". To get its value, you can take a look at the official documentation
You also have to manually create the project on itch before (without uploading any files).
I'd also recommend, once the web version works again, to build it and automatically upload it to itch.io. You just need to use
./butler push FOLDER lynix/this-space-of-mine:CHANNELto upload files where folder is the whole folder you want to push to itch, and CHANNEL is the name of the achive on itch side.