Browse Source

tech(build): make artifact path less strict

bergquist 9 years ago
parent
commit
0abc22f272
1 changed files with 1 additions and 1 deletions
  1. 1 1
      appveyor.yml

+ 1 - 1
appveyor.yml

@@ -28,7 +28,7 @@ build_script:
   - cp dist/* .
 
 artifacts:
-  - path: grafana-*windows-ia32.zip
+  - path: grafana-*windows-*.zip
     name: binzip
 
 deploy: