浏览代码

feat(build): remove dist from artifact path

bergquist 9 年之前
父节点
当前提交
fb99d9d680
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      appveyor.yml

+ 3 - 2
appveyor.yml

@@ -25,9 +25,10 @@ install:
 build_script:
   - go run build.go build
   - grunt release
-  - 7z a grafana.zip %APPVEYOR_BUILD_FOLDER%\dist\*
+  #- 7z a grafana.zip %APPVEYOR_BUILD_FOLDER%\dist\*
+  - cp dist/* .
 
 artifacts:
-  - path: grafana.zip
+  - path: grafana-*windows-ia32.zip
   #- path: dist/*
     name: binzip