Browse Source

feat(build): build zipfile before creating artifact

bergquist 9 years ago
parent
commit
b2acc7cf03
1 changed files with 3 additions and 1 deletions
  1. 3 1
      appveyor.yml

+ 3 - 1
appveyor.yml

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