From f2391acf454a8271eaf39e7092f4f05d99f6a049 Mon Sep 17 00:00:00 2001 From: Tom Grobbe Date: Thu, 27 Feb 2025 12:34:03 +0100 Subject: [PATCH] test ps --- appveyor/on_success.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/on_success.ps1 b/appveyor/on_success.ps1 index 606d25e4..044303ad 100644 --- a/appveyor/on_success.ps1 +++ b/appveyor/on_success.ps1 @@ -18,7 +18,7 @@ if ($env:WEBHOOK_URL) { if ($env:DISCORD_FILE_WEBHOOK) { # filepath to file to upload - $filePath = "vMenu-$env:VERSION_NAME.zip" + $filePath = "$env:APPVEYOR_BUILD_FOLDER\vMenu\vMenu-$env:VERSION_NAME.zip" # Check if file exists if (-Not (Test-Path $filePath)) {