Skip to content

Commit 2a994a1

Browse files
committed
fixed artifacts paths again
1 parent 2a11d15 commit 2a994a1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)