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 ece5e5b commit f2391ac
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 @@ -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)) {
Expand Down

0 comments on commit f2391ac

Please sign in to comment.