Skip to content

Commit

Permalink
ci: fix paths to Discord script in AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JaCzekanski committed Nov 21, 2020
1 parent 72a0334 commit e89773d
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 @@ -76,9 +76,9 @@ after_test:
- ps: (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\test-result.xml))

on_success:
- ps: ./.appveyor/notify-discord.ps1 success $env:WEBHOOK_URL
- ps: .ci/windows/notify-discord.ps1 success $env:WEBHOOK_URL
on_failure:
- ps: ./.appveyor/notify-discord.ps1 failure $env:WEBHOOK_URL
- ps: .ci/windows/notify-discord.ps1 failure $env:WEBHOOK_URL

artifacts:
- path: avocado.zip
Expand Down

0 comments on commit e89773d

Please sign in to comment.