Skip to content

Commit

Permalink
test ps
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Grobbe committed Feb 27, 2025
1 parent 2a11f6b commit d622ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor/on_success.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if ($env:WEBHOOK_URL) {
}

if ($env:DISCORD_FILE_WEBHOOK) {
Invoke-RestMethod -Uri $env:DISCORD_FILE_WEBHOOK -Method Post -InFile "vMenu-$env:VERSION_NAME.zip" -ContentType "multipart/form-data"
Invoke-RestMethod -Uri $env:DISCORD_FILE_WEBHOOK -Method Post -InFile "..\vMenu-$env:VERSION_NAME.zip" -ContentType "multipart/form-data"
Write-Output "File webhook sent."
} else {
Write-Output "No file webhook URL defined, skipping file webhook."
Expand Down

0 comments on commit d622ee9

Please sign in to comment.