From 4ce358f8bec829c715890c572fe3543eed873bc4 Mon Sep 17 00:00:00 2001 From: Charlie Harding Date: Mon, 24 Jun 2019 14:32:48 +0200 Subject: [PATCH] Quickfix #36: correct the release directory --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7ca2b60..60e2166 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ deploy: - provider: releases api_key: $GH_KEY file: - - "dist/*.js" + - "demo/dist/*.js" skip_cleanup: true on: tags: true \ No newline at end of file