Skip to content

Commit be6b157

Browse files
committed
Change settings to new vendor 4.2.x settings.
1 parent 5bbfdb6 commit be6b157

3 files changed

Lines changed: 209 additions & 42 deletions

File tree

.github/workflows/publish-demo-on-push.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,14 @@ jobs:
195195
196196
# Install butler (if building release with butler support)
197197
- name: Install Butler
198-
if: >
199-
200-
env.BUTLER_API_KEY != ''
198+
if: env.BUTLER_API_KEY != ''
201199
uses: remarkablegames/setup-butler@v1
202200
with:
203201
butler-version: LATEST
204202

205203
# Push to itch.io (if building release)
206204
- name: Push to itch.io
207-
if: >
208-
env.BUTLER_API_KEY != ''
205+
if: env.BUTLER_API_KEY != ''
209206
run: >
210207
butler push
211208
--ignore '.gitignore'

0 commit comments

Comments
 (0)