diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2019-05-21 17:16:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-21 17:16:06 -0500 |
| commit | 86ed2c7c4e6e2505e765518098f7a4a3289e0bd9 (patch) | |
| tree | 838d5466dc69d99a55e6026007ddf2c906131f0f | |
| parent | 494951210d8fe36d39822fd1a340b102d3496944 (diff) | |
CI: Push log files from the main build folder
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index f1ccff60..ef5a5b25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,8 +25,8 @@ on_success: - ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 - ps: ./send.ps1 success $env:WEBHOOK_URL on_failure: - - appveyor PushArtifact stdout.log - - appveyor PushArtifact stderr.log - ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER + - ps: Push-AppveyorArtifact $env:APPVEYOR_BUILD_FOLDER -FileName stdout.log + - ps: Push-AppveyorArtifact $env:APPVEYOR_BUILD_FOLDER -FileName stderr.log - ps: Invoke-RestMethod https://raw.githubusercontent.com/DiscordHooks/appveyor-discord-webhook/master/send.ps1 -o send.ps1 - ps: ./send.ps1 failure $env:WEBHOOK_URL |
