From 1fae0aee9db0d3fb645e0fe78088137413251dca Mon Sep 17 00:00:00 2001 From: Black Hat Date: Wed, 5 Sep 2018 13:16:42 +0000 Subject: [PATCH] Update .travis.yml, .ci/bintray-release.json files --- .ci/bintray-release.json | 4 ++-- .travis.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/bintray-release.json b/.ci/bintray-release.json index c83b326..6621583 100644 --- a/.ci/bintray-release.json +++ b/.ci/bintray-release.json @@ -1,8 +1,8 @@ { "files": [ { - "includePattern": "matrique.tar.gz", - "uploadPattern": "matrique-VERSION_NAME_VALUE.tar.gz" + "includePattern": "matrique.dmg", + "uploadPattern": "matrique.dmg" } ], "package": { diff --git a/.travis.yml b/.travis.yml index 93b5ea5..c8f896d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - make - make install - macdeployqt ${DEPLOY_DIR}/bin/matrique.app -dmg -qmldir=qml -- tar czvf matrique.tar.gz ${DEPLOY_DIR} +- mv ${DEPLOY_DIR}/bin/matrique.dmg ./ deploy: - provider: bintray