Skip to content

Commit

Permalink
Push_AppveyorArtifact -> Push-AppveyorArtifact
Browse files Browse the repository at this point in the history
  • Loading branch information
saper committed Jan 10, 2016
1 parent 0169a52 commit 4a410d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
( ( $_, "binding.node" ) -join '_' ) ),
@( ".\build\Release\binding.pdb",
( ( $_, "binding.pdb" ) -join '_' ) )
) } } | % { Push_AppveyorArtifact $_[0] -FileName $[1] }
) } } | % { Push-AppveyorArtifact $_[0] -FileName $[1] }
deploy:
- provider: GitHub
Expand Down

0 comments on commit 4a410d6

Please sign in to comment.