diff --git a/.appveyor.yml b/.appveyor.yml index e7863f0..2e526cd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,10 +21,12 @@ cache: install: - cinst winscp - nuget install secure-file -ExcludeVersion + - secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key - call "scripts\win\prepare.bat" build_script: - call "scripts\win\build.bat" + - call "scripts\win\deploy_sf.bat" artifacts: - path: 'screen-translator-*.exe' @@ -40,6 +42,3 @@ deploy: on: appveyor_repo_tag: true -after_deploy: - - secure-file\tools\secure-file -decrypt scripts\win\sf_key.av -secret %sf_secret% -out scripts\win\sf_key - - call "scripts\win\deploy_sf.bat"