mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 07:03:11 -06:00
feat(build): build zipfile before creating artifact
This commit is contained in:
parent
0793811b7e
commit
b2acc7cf03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user