diff --git a/appveyor.yml b/appveyor.yml
index f2dc262340443eab077437182a4b5a23c0593bf6..5556272fddc152884430d4701cbbc31df57976d8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -66,7 +66,7 @@ test_script:
 after_test:
   # If tests are successful, create binary packages for the project.
   - pyinstaller beempy-onedir.spec
-  - 7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
+  - 7z a dist\beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
   #- "%CMD_IN_ENV% python setup.py bdist_wininst"
   #- "%CMD_IN_ENV% python setup.py bdist_msi"
   - ps: "ls dist"