Skip to content

Commit

Permalink
fixup! WIP: ci: Save built binaries to PR artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
taratatach committed Jul 11, 2022
1 parent 65bfcaf commit b0203b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 $_ }

0 comments on commit b0203b2

Please sign in to comment.