浏览代码

fix windows CI

Le Tan 8 年之前
父节点
当前提交
f478ef70c6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -46,7 +46,7 @@ after_build:
     - echo %APPVEYOR_BUILD_VERSION% > "distrib\VNote\version.txt"
     - echo %APPVEYOR_REPO_COMMIT% >> "distrib\VNote\version.txt"
     - cd distrib
-    - 7z a vnote_win_%PLATFORM%_portable_%APPVEYOR_BUILD_VERSION%.zip VNote
+    - 7z a VNote_%APPVEYOR_BUILD_VERSION%_win_%PLATFORM%_portable.zip VNote
 
 artifacts:
     - path: build\distrib\VNote_%APPVEYOR_BUILD_VERSION%_win_%PLATFORM%_portable.zip