From 19c6b9854f91dd9ac22278c8221a6142f8c8aff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 7 Oct 2023 00:25:47 +0200 Subject: [PATCH] Fixed artifact path With the introduction of the VERSION qmake variable, the dll name has changed to pbf2.dll. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 12f5758..e5a9daa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -26,7 +26,7 @@ build_script: nmake release artifacts: -- path: release\pbf.dll +- path: release\pbf2.dll cache: - C:\tools\vcpkg\installed\