mirror of
https://github.com/LMMS/lmms.git
synced 2025-12-23 22:58:33 -05:00
Fix before_deploy (#4764)
This commit is contained in:
committed by
GitHub
parent
d9f5e8a6df
commit
e074841d44
@@ -36,7 +36,7 @@ script:
|
||||
after_script:
|
||||
- ccache -s
|
||||
before_deploy:
|
||||
- if [ "$TRAVIS_OS" != debian-sid ]; then make package; fi
|
||||
- if [ "$TARGET_OS" != debian-sid ]; then make package; fi
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
||||
Reference in New Issue
Block a user