Skip to content

Commit

Permalink
Updating artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolKaczmarek committed Aug 5, 2015
1 parent 812fb65 commit f602f61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -85,11 +85,11 @@ on_finish:
@(
# You can add other artifacts here
(ls $zipFilePath),
(ls $nuGetPackagePath)
$zipFilePath,
$nuGetPackagePath
) | % {
Write-Host "Pushing package $_.Name as Appveyor artifact"
Push-AppveyorArtifact $_.FullName
Write-Host "Pushing package $_ as Appveyor artifact"
Push-AppveyorArtifact $_
}

0 comments on commit f602f61

Please sign in to comment.