Commit fb99d9d6 by bergquist

feat(build): remove dist from artifact path

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