From: Alex Crichton Date: Thu, 5 Jan 2017 23:41:04 +0000 (-0800) Subject: Remove extraneous .BaseName from AppVeyor X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~53^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6a973751aaaf2afb4eb677ba203e00c94bca8092;p=cargo.git Remove extraneous .BaseName from AppVeyor Apparently this isn't necessary --- diff --git a/appveyor.yml b/appveyor.yml index 0ab8748b9..728be2251 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -57,7 +57,7 @@ before_deploy: [io.file]::WriteAllText($_.Path + ".sha256", $_.Hash.ToLower() + "`n") } Get-ChildItem -Path deploy | Foreach-Object { - Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_.BaseName + Push-AppveyorArtifact $_.FullName -FileName ${env:APPVEYOR_REPO_COMMIT}/$_ } deploy: