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 c3f4260 commit 73dae03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ps/appveyor_deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +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 = (Get-ChildItem bin/openrct2-symbols-*.zip).FullName
Write-Host $zipPath
$zipPath = (Get-ChildItem artifacts/openrct2-symbols-*.zip).FullName
Write-Host "Uploading $zipPath to backtrace.io..."
curl.exe --data-binary "@$zipPath" 'https://openrct2.sp.backtrace.io:6098/post?format=symbols&token=e9e6d681fafdeac9f6131b4b59a155d54bebad567a8c0380d70643f4414819f5'
}
else
Expand Down

0 comments on commit 73dae03

Please sign in to comment.