File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,27 +121,31 @@ jobs:
121121 run : gh release --repo ${{ github.repository }} upload snapshot --clobber *.zip *.apk *.tar.gz
122122 env :
123123 GH_TOKEN : ${{ github.token }}
124-
125- - name : Push to Itch.io with butler
124+
125+ - name : Push to Itch.io with butler, windows build
126126 uses : yeslayla/butler-publish-itchio-action@master
127127 env :
128128 BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
129129 CHANNEL : windows
130130 ITCH_GAME : tower-fight
131131 ITCH_USER : phomm
132- PACKAGE : *.zip
132+ PACKAGE : windows-build
133+ - name : Push to Itch.io with butler, linux build
134+ uses : yeslayla/butler-publish-itchio-action@master
133135 env :
134136 BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
135137 CHANNEL : linux
136138 ITCH_GAME : tower-fight
137139 ITCH_USER : phomm
138- PACKAGE : *.tar.gz
140+ PACKAGE : linux-build
141+ - name : Push to Itch.io with butler, android build
142+ uses : yeslayla/butler-publish-itchio-action@master
139143 env :
140144 BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
141145 CHANNEL : android
142146 ITCH_GAME : tower-fight
143147 ITCH_USER : phomm
144- PACKAGE : *.apk
148+ PACKAGE : android-build
145149
146150 update-release-tag :
147151 name : Update Release Tag (make snapshot tag point to the build commit on master branch)
You can’t perform that action at this time.
0 commit comments