From 6c70bd11236a587a78de34f768887ceb887b64a9 Mon Sep 17 00:00:00 2001 From: fiendish Date: Fri, 6 Jan 2017 17:05:48 +0100 Subject: [PATCH] maybe? --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 02cf86df..7a276677 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,10 +11,10 @@ build: artifacts: - path: WinRel\MUSHclient.exe name: release_exe +environment: + auth_token: + secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz before_deploy: - environment: - auth_token: - secure: CI/4PuncY6pW1t7bRuDrFLEZQOuMFx9W4TSePW1ywvJvzVuEOu3JLNv97jECNvFz - git config --global credential.helper store - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n" - git tag -f latest_commit HEAD