From 7a6b02df0587e41b7a36e5dcca919eb494873101 Mon Sep 17 00:00:00 2001 From: Genteure Date: Sun, 25 Mar 2018 10:42:09 +0800 Subject: [PATCH] fix: push not triggered --- appveyor.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a472885..917e71a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -64,10 +64,14 @@ build: verbosity: minimal after_build: - - ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { ./CI/build_clickonce.ps1 } + - ps: >- + if ($env:APPVEYOR_REPO_TAG -eq "true") + { + ./CI/build_clickonce.ps1 + ./CI/push_clickonce.ps1 + } -after_deploy: - - ps: if ($env:APPVEYOR_REPO_TAG -eq "true") { ./CI/push_clickonce.ps1 } +# after_deploy: # clone soft.danmuji.org # copy files