We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece5e5b commit f2391acCopy full SHA for f2391ac
appveyor/on_success.ps1
@@ -18,7 +18,7 @@ if ($env:WEBHOOK_URL) {
18
19
if ($env:DISCORD_FILE_WEBHOOK) {
20
# filepath to file to upload
21
- $filePath = "vMenu-$env:VERSION_NAME.zip"
+ $filePath = "$env:APPVEYOR_BUILD_FOLDER\vMenu\vMenu-$env:VERSION_NAME.zip"
22
23
# Check if file exists
24
if (-Not (Test-Path $filePath)) {
0 commit comments