From cbf9c52c730378390ee698d835bfc22de6c9ad48 Mon Sep 17 00:00:00 2001 From: jh Date: Tue, 10 Sep 2019 18:17:58 -0700 Subject: [PATCH] artifacts --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ede1f7d..01be5a0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -56,7 +56,7 @@ build: off # - '%PYTHON%\python.exe setup.py bdist_wheel' artifacts: - - path: "..\%ARCHIVE_NAME%.7z" + - path: ..\%ARCHIVE_NAME%.7z #on_success: # You can use this step to upload your artifacts to a public website.