From bf20aa5f8e8ce8f7c587fe112bfc576ac0f21b90 Mon Sep 17 00:00:00 2001 From: Rick Gibbed Date: Mon, 24 Jan 2022 03:52:38 -0600 Subject: [PATCH] [AppVeyor] Deploy artifacts to GitHub Releases. [AppVeyor] Deploy artifacts to GitHub Releases, take four. I guess before_deploy is broken? --- .appveyor.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6c5e5492f..57fd2c842 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,6 +25,12 @@ pull_requests: os: Visual Studio 2019 +init: + - ps: | + If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { + $env:is_not_pr = "true" + } + install: - | vcpkg integrate remove @@ -56,12 +62,6 @@ artifacts: - path: '*.zip' - path: xenia-cpu-ppc-test.log -before_deploy: - - ps: | - If (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER) { - $env:is_not_pr = "true" - } - deploy: - provider: Environment name: xenia-master