specify butler path

This commit is contained in:
Cat Flynn 2021-01-29 15:57:45 +00:00
parent f9d1378934
commit f2dca5b597
1 changed files with 2 additions and 2 deletions

View File

@ -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