From fe75b77420359bcc1dff5b549364eb90eabf7a29 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Sat, 24 Jun 2017 19:01:56 +0200 Subject: [PATCH] . --- .travis.yml | 8 +++----- appveyor.yml | 12 ++++++++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 75db7b6b..9e9ba607 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,9 @@ matrix: include: - os: linux - env: BUILD_FOR=windows ARTIFACT="dist/win/*.exe" - - os: linux - env: BUILD_FOR=linux ARTIFACT="dist/terminus*" + env: BUILD_FOR=linux - os: osx - env: BUILD_FOR=macos ARTIFACT="dist/terminus*" + env: BUILD_FOR=macos language: node_js node_js: 7 @@ -39,7 +37,7 @@ deploy: provider: releases api_key: $GITHUB_TOKEN file_glob: true - file: $ARTIFACT + file: "dist/terminus*" skip_cleanup: true on: tags: true diff --git a/appveyor.yml b/appveyor.yml index c10a092b..5c9829ae 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,5 +24,13 @@ build_script: - node scripts/prepackage-plugins.js - node scripts/build-windows.js -artifacts: - - path: 'dist\*.exe' +deploy: + provider: GitHub + auth_token: + secure: wvxHVlprvhfdOHgmVEDIwjCHYlmuDykteIEHpAfpi807+1lJD3ld2/OS6+0fgU4e + artifact: /.*\.exe/ + draft: false + prerelease: false + on: + branch: master + appveyor_repo_tag: true