specify butler path
This commit is contained in:
parent
f9d1378934
commit
f2dca5b597
|
@ -23,9 +23,9 @@ build:
|
||||||
.deploy: &deploy
|
.deploy: &deploy
|
||||||
stage: deploy
|
stage: deploy
|
||||||
variables:
|
variables:
|
||||||
BUTLER_KEY_FILE: "$HOME/Library/Application\ Support/itch/butler-creds"
|
BUTLER: "$HOME/bin/butler"
|
||||||
script:
|
script:
|
||||||
- butler push $BUILD_DIR $ITCH_USER/$ITCH_GAME:$ITCH_TRACK
|
- $BUTLER push $BUILD_DIR $ITCH_USER/$ITCH_GAME:$ITCH_TRACK
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue