File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,23 +129,23 @@ jobs:
129129 CHANNEL : windows
130130 ITCH_GAME : tower-fight
131131 ITCH_USER : phomm
132- PACKAGE : windows-build
132+ PACKAGE : TowerFight-0.1-win64.zip
133133 - name : Push to Itch.io with butler, linux build
134134 uses : yeslayla/butler-publish-itchio-action@master
135135 env :
136136 BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
137137 CHANNEL : linux
138138 ITCH_GAME : tower-fight
139139 ITCH_USER : phomm
140- PACKAGE : linux-build
140+ PACKAGE : TowerFight-0.1-linux64.tar.gz
141141 - name : Push to Itch.io with butler, android build
142142 uses : yeslayla/butler-publish-itchio-action@master
143143 env :
144144 BUTLER_CREDENTIALS : ${{ secrets.BUTLER_CREDENTIALS }}
145145 CHANNEL : android
146146 ITCH_GAME : tower-fight
147147 ITCH_USER : phomm
148- PACKAGE : android-build
148+ PACKAGE : TowerFight-0.1-android.apk
149149
150150 update-release-tag :
151151 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