From 5e30f22381c3a41376cbf590e3a47e8d5c40dc66 Mon Sep 17 00:00:00 2001 From: Matt Budd Date: Tue, 16 Jun 2020 21:33:57 -0400 Subject: [PATCH] Trying out not using archive script and just pushing directly to appveyor artifacts --- pipelines/win32_build.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pipelines/win32_build.bat b/pipelines/win32_build.bat index c4a27643..0afdbf23 100644 --- a/pipelines/win32_build.bat +++ b/pipelines/win32_build.bat @@ -12,8 +12,10 @@ copy vc14_bin_Debug\fceux.exe ..\output\. copy vc14_bin_Debug\7z.dll ..\output\. REM Create Zip Archive -archive.bat +cd %PROJECT_ROOT% +appveyor PushArtifact output + +REM archive.bat cd %PROJECT_ROOT% -appveyor PushArtifact "./vc/fceux.zip"