From c40adb815dcc1edeb3e6577c1a75431def77dd6a Mon Sep 17 00:00:00 2001 From: Brandon Bradley Date: Tue, 13 Nov 2018 00:36:36 -0600 Subject: [PATCH] fix release publishing (#38) * separate release and debug configs --- .appveyor.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8948c81..6398db7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -10,9 +10,7 @@ environment: install: - java -version -configuration: - - debug - - release +configuration: debug build_script: - ant -buildfile ./src/build/build.xml $CONFIGURATION @@ -40,7 +38,7 @@ deploy: auth_token: $GITHUB_TOKEN on: branch: master - configuration: release + CONFIGURATION: release - provider: GitHub tag: v${VERSION} release: Zcash Desktop GUI Wallet ${VERSION} @@ -48,7 +46,7 @@ deploy: auth_token: $GITHUB_TOKEN on: branch: master - configuration: release + CONFIGURATION: release - provider: GitHub tag: v${VERSION} release: Zcash Desktop GUI Wallet ${VERSION} @@ -56,7 +54,7 @@ deploy: auth_token: $GITHUB_TOKEN on: branch: master - configuration: release + CONFIGURATION: release for: - @@ -67,3 +65,10 @@ for: deploy_script: - gem install package_cloud - package_cloud push blbradley/zcash-wallet-dev/ubuntu/xenial build/ubuntu-package/*.deb + +- + branches: + only: + - master + + configuration: release