Skip to content

Commit

Permalink
Update appveyor_deploy.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca authored Oct 28, 2018
1 parent 472bd85 commit c3f4260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ps/appveyor_deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ if ($nottesting -and $notvs2015)
{
msbuild openrct2.proj /t:UploadArtifacts /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
# curl is sometimes aliased so be explicit
$zipPath = (ls bin/openrct2-symbols-*.zip).FullName
$zipPath = (Get-ChildItem bin/openrct2-symbols-*.zip).FullName
Write-Host $zipPath
curl.exe --data-binary "@$zipPath" 'https://openrct2.sp.backtrace.io:6098/post?format=symbols&token=e9e6d681fafdeac9f6131b4b59a155d54bebad567a8c0380d70643f4414819f5'
}
else
Expand Down

0 comments on commit c3f4260

Please sign in to comment.