Travis: Fix deploy condition
This commit is contained in:
@@ -33,7 +33,7 @@ deploy:
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
condition: "($TARGET_OS = win*) && ($QT5 = true)"
|
||||
condition: '("$TARGET_OS" = win??) && "$QT5"'
|
||||
repo: LMMS/lmms
|
||||
notifications:
|
||||
webhooks:
|
||||
|
||||
Reference in New Issue
Block a user