From 7a3ffccf1468d50c6a43a337a3049f1d2ca627d9 Mon Sep 17 00:00:00 2001 From: Erwan Guyader Date: Mon, 11 Jul 2022 15:06:52 +0200 Subject: [PATCH] fixup! WIP: ci: Save built binaries to PR artifacts --- .appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 60e4aa5c21..65f6e13c6f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,7 +32,5 @@ on_failure: on_finish: - ps: if ($env:BUILD_JOB -eq "scenarios_build") { yarn dist } - -artifacts: - - path: dist\latest.yml - - path: dist\Cozy-Drive-Setup-*.exe + - ps: Push-AppveyorArtifact dist\latest.yml + - ps: Resolve-Path -Path "dist\Cozy[ -]Drive[ -]Setup[ -]*.exe" -Relative | % { Push-AppveyorArtifact $_ }