浏览代码

updated appveyor script

Vladyslav Hrytsenko 7 年之前
父节点
当前提交
8b3ca2c6e8
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      appveyor.yml

+ 1 - 2
appveyor.yml

@@ -5,7 +5,6 @@ platform:
 
 configuration:
   - Release
-  - Debug
 
 before_build:
   - cmake . -G "Visual Studio 15 2017 Win64" -DENET_SHARED=1 -DENET_TEST=1
@@ -17,7 +16,7 @@ test_script:
   - '%APPVEYOR_BUILD_FOLDER%\%CONFIGURATION%\enet_test.exe'
 
 artifacts:
-  - path: '%APPVEYOR_BUILD_FOLDER%\Release\*.dll'
+  - path: 'Release\*.dll'
     name: Releases
 
 deploy: