-
-
Notifications
You must be signed in to change notification settings - Fork 14
19 lines (19 loc) · 1019 Bytes
/
deploy_itch.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- name: Publish Halma on Itch.io
# You may pin to the exact commit or the version.
# uses: KikimoraGames/itch-publish@ea06fdc7e36b34a6c4f88b379a73f3362537b998
uses: KikimoraGames/itch-publish@v0.0.3
with:
# Butler API Key
butlerApiKey:
# Directory or .zip file of the game data. Zip files are slower to upload.
gameData:
# Itch.io username of the game owner. e.g. in finji/overland this would be finji.
itchUsername:
# Itch.io id of the game. e.g. in finji/overland this would be overland.
itchGameId:
# Channel name of the game: https://itch.io/docs/butler/pushing.html#channel-names
buildChannel:
# Optional build number, use to supply your own build version instead of using itch's versioning
buildNumber: # optional
# Optional build number file path, use to supply your own build version instead of using itch's versioning. The file should contain a single line with the version or build number, in UTF-8 without BOM.
buildNumberFile: # optional