From b0203b2657ab2216edf5afd8e8524c5c1febac1b 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..41a5739c04 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 $_ }