Browse Source

tech(build): make artifact path less strict

bergquist 9 năm trước cách đây
mục cha
commit
0abc22f272
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: