From a754847a2f13aff92c03254c2a096a36da8b2d13 Mon Sep 17 00:00:00 2001 From: lise Date: Thu, 21 Mar 2019 15:05:06 +0100 Subject: [PATCH] Change appveyor token --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 00fa1c1..5c424dd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # Based on the "trust" template v0.1.1 -# https://github.com/japaric/trust/tree/v0.1.1 +# https://github.com/japaric/trust/tree/v0.1. environment: global: @@ -58,13 +58,13 @@ before_deploy: - ps: ci\before_deploy.ps1 deploy: - artifact: /.*\.zip/ + artifact: /.*\.exe/ # TODO update `auth_token.secure` # - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new # - Encrypt it. Go to https://ci.appveyor.com/tools/encrypt # - Paste the output down here auth_token: - secure: aPjwgGIsU16/omdaviAuV3F6FiLNFF9PaX4ju8OtOnOgGQMayyoCga1VhUuNNoWo + secure: TTRYCoO8JhUxzqOpRPznQYD1uXH9B73K0EzCBT0iPctjQnoYN/T/hkkIWXICfDU/ description: '' on: # TODO Here you can pick which targets will generate binary releases