diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 17:39:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:39:13 -0500 |
commit | 864f3ad258974c39d3705364996917254a810693 (patch) | |
tree | 61e5ff370623546d90c6cc5b22dec15bb772e367 | |
parent | 9a8809cc065c4749d1dafe9960604e1f5dead905 (diff) | |
download | pyParrotZikTCP-864f3ad258974c39d3705364996917254a810693.tar.xz pyParrotZikTCP-864f3ad258974c39d3705364996917254a810693.zip |
added proper path to installer artifact
Diffstat (limited to '')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 75e0c95..1f45d81 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,4 +23,4 @@ after_test: artifacts: - path: pyParrotZik-%APPVEYOR_BUILD_VERSION%.zip - - path: pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe + - path: Output\\pyParrotZik-installer-%APPVEYOR_BUILD_VERSION%.exe |