Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Commit

Permalink
Appveyor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Aug 10, 2018
1 parent 4b9fdfc commit d3efb5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build_script:
if (! $?) {
echo "Build Error"
Push-AppveyorArtifact output.binlog -Type log
Push-AppveyorArtifact output.binlog -Type File
if(-not $env:APPVEYOR_PULL_REQUEST_NUMBER)
{
Expand All @@ -27,4 +27,4 @@ build_script:
}
artifacts:
- path: output.binlog
name: log
name: File

0 comments on commit d3efb5e

Please sign in to comment.