Skip to content

Commit

Permalink
Add missing x64 artifacts to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Jul 30, 2018
1 parent 1b3f99c commit c1983fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ artifacts:
name: atom-windows.zip
- path: out\RELEASES
name: RELEASES
- path: out\AtomSetup-x64.exe
name: AtomSetup-x64.exe
- path: out\atom-x64-windows.zip
name: atom-x64-windows.zip
- path: out\RELEASES-x64
name: RELEASES-x64
- path: out\atom-*-delta.nupkg
name: atom-delta.nupkg
- path: out\atom-*-full.nupkg
Expand Down

0 comments on commit c1983fa

Please sign in to comment.