From 9e12c2a61f8da786dc16fecf9e85a677c1560523 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Tue, 28 Apr 2020 11:14:26 +0200 Subject: [PATCH] Fix artifacts. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 091f39adb..4b6908af0 100755 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,10 +14,10 @@ environment: - qmake_args: 'USE_WEBENGINE=true' artifacts: - - path: 'rssguard-build\*win64.exe' + - path: 'rssguard-build\src\rssguard\*win64.exe' name: rssguardexe - - path: 'rssguard-build\*win64.7z' + - path: 'rssguard-build\src\rssguard\*win64.7z' name: rssguard7z deploy: