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 $_ }