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