Skip to content

Commit f2391ac

Browse files
author
Tom Grobbe
committed
test ps
1 parent ece5e5b commit f2391ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor/on_success.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ($env:WEBHOOK_URL) {
1818

1919
if ($env:DISCORD_FILE_WEBHOOK) {
2020
# filepath to file to upload
21-
$filePath = "vMenu-$env:VERSION_NAME.zip"
21+
$filePath = "$env:APPVEYOR_BUILD_FOLDER\vMenu\vMenu-$env:VERSION_NAME.zip"
2222

2323
# Check if file exists
2424
if (-Not (Test-Path $filePath)) {

0 commit comments

Comments
 (0)