]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Include generated CSS in the GitHub releases
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 4 Mar 2019 08:57:08 +0000 (09:57 +0100)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Mon, 4 Mar 2019 08:57:08 +0000 (09:57 +0100)
.travis.yml

index 574bfe9a27acd399034265bc258028ce89b2b7fa..0be85778214760bf64b1c55a5af5646d7fc396ea 100644 (file)
@@ -42,13 +42,12 @@ deploy:
     branch: release
 - provider: releases
   api_key: $GITHUB_AUTH_TOKEN
-  file:
-  - "./dist/Chart.bundle.js"
-  - "./dist/Chart.bundle.min.js"
-  - "./dist/Chart.js"
-  - "./dist/Chart.min.js"
-  - "./dist/Chart.js.zip"
   skip_cleanup: true
+  file_glob: true
+  file:
+  - ./dist/*.css
+  - ./dist/*.js
+  - ./dist/*.zip
   on:
     tags: true
 - provider: npm