From aaf41001f10ad32cc9e5c4cdffaaf10faa217ad9 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 27 Feb 2021 03:57:04 -0500 Subject: [PATCH] zlib-ng1.dll ends up in a different path (#1268) --- appveyor-bots.yml | 4 ++-- appveyor-no-bots.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor-bots.yml b/appveyor-bots.yml index 9edb00593..11fc6d362 100644 --- a/appveyor-bots.yml +++ b/appveyor-bots.yml @@ -16,6 +16,6 @@ build: verbosity: minimal after_build: - cmd: >- - 7z a build_x64-bots.zip C:\projects\eqemu\build\bin\RelWithDebInfo\*.exe C:\projects\eqemu\build\bin\RelWithDebInfo\*.dll C:\projects\eqemu\build\bin\RelWithDebInfo\*.pdb + 7z a build_x64-bots.zip C:\projects\eqemu\build\bin\RelWithDebInfo\*.exe C:\projects\eqemu\build\bin\RelWithDebInfo\*.dll C:\projects\eqemu\build\bin\RelWithDebInfo\*.pdb C:\projects\eqemu\build\libs\RelWithDebInfo\*.dll - appveyor PushArtifact build_x64-bots.zip \ No newline at end of file + appveyor PushArtifact build_x64-bots.zip diff --git a/appveyor-no-bots.yml b/appveyor-no-bots.yml index 7aea00332..4a3d4e7e0 100644 --- a/appveyor-no-bots.yml +++ b/appveyor-no-bots.yml @@ -16,6 +16,6 @@ build: verbosity: minimal after_build: - cmd: >- - 7z a build_x64-no-bots.zip C:\projects\eqemu\build\bin\RelWithDebInfo\*.exe C:\projects\eqemu\build\bin\RelWithDebInfo\*.dll C:\projects\eqemu\build\bin\RelWithDebInfo\*.pdb + 7z a build_x64-no-bots.zip C:\projects\eqemu\build\bin\RelWithDebInfo\*.exe C:\projects\eqemu\build\bin\RelWithDebInfo\*.dll C:\projects\eqemu\build\bin\RelWithDebInfo\*.pdb C:\projects\eqemu\build\libs\RelWithDebInfo\*.dll - appveyor PushArtifact build_x64-no-bots.zip \ No newline at end of file + appveyor PushArtifact build_x64-no-bots.zip