https://github.com/dulvui/itchio-butler-upload
Simple Github Action using shell scripts to upload game to itch.io using butler
https://github.com/dulvui/itchio-butler-upload
Last synced: about 1 year ago
JSON representation
Simple Github Action using shell scripts to upload game to itch.io using butler
- Host: GitHub
- URL: https://github.com/dulvui/itchio-butler-upload
- Owner: dulvui
- License: mit
- Created: 2023-04-09T16:02:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T20:30:11.000Z (about 3 years ago)
- Last Synced: 2025-02-28T15:11:22.355Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# itchio-butler-upload
Simple Github Action using shell scripts to upload game to itch.io using butler.
If you are facing problems with the action or this README feels not complete, pull requests are welcome or open an issue.
## Table of contents
- [itchio-butler-upload](#itchio-butler-upload)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Parameters](#parameters)
- [Working examples](#working-examples)
- [License](#license)
## Requirements
- Godot Project
## Parameters
| key | required | default | description |
| ----|----------|---------|-------------|
| working-directory | false | . | Path to project.godot file |
| api-key | true | / | Generate a key here https://itch.io/user/settings/api-keys |
| user | true | / | itch.io user name |
| game | true | / | itch.io game name |
| channel | true | / | itch.io channel name. More infos at https://itch.io/docs/butler/pushing.html#channel-names |
## Working examples
You an find a working examples here:
https://github.com/dulvui/ball2box/blob/main/.github/workflows/upload-itchio.yml
## License
This software is licensed under the [MIT license](LICENSE).