Skip to content

Commit fb99d9d

Browse files
committed
feat(build): remove dist from artifact path
1 parent b2acc7c commit fb99d9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ install:
2525
build_script:
2626
- go run build.go build
2727
- grunt release
28-
- 7z a grafana.zip %APPVEYOR_BUILD_FOLDER%\dist\*
28+
#- 7z a grafana.zip %APPVEYOR_BUILD_FOLDER%\dist\*
29+
- cp dist/* .
2930

3031
artifacts:
31-
- path: grafana.zip
32+
- path: grafana-*windows-ia32.zip
3233
#- path: dist/*
3334
name: binzip

0 commit comments

Comments
 (0)