Commit b2acc7cf by bergquist

feat(build): build zipfile before creating artifact

parent 0793811b
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment