The correct format of the butler
command is the first one you used:
butler push <project_directory> rogdolos/<your_game>:win
That one gave you the error invalid game
. This can be caused for a couple of reasons:
-
Did you make sure to create the project page first from the website?
butler
is for pushing builds on projects that are already created. -
Did you misspell your game? You typed
Parkour_Prototype
, to confirm if this is indeed the correct name for your project, go to your project’s page and look at the URL on top, it should look something likehttps://rogdolos.itch.io/<your_game>
. Make sure to copy that value and pass it on the butler command.
Hope this helps :)