Skip to content

Commit 2a11d15

Browse files
committed
build fixed
1 parent c2c099b commit 2a11d15

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)