feat(build): remove dist from artifact path

This commit is contained in:
bergquist 2016-10-14 07:05:36 +02:00
parent b2acc7cf03
commit fb99d9d680
1 changed files with 3 additions and 2 deletions

View File

@ -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