From dc7caca7a8dce9175d64f7d58509c30da3186727 Mon Sep 17 00:00:00 2001 From: Maurice McCabe Date: Sun, 17 Mar 2019 02:20:47 -0700 Subject: [PATCH] Bundle artifacts with relative path --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5e573e..a48d1ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -67,8 +67,8 @@ jobs: script: - cd example; sylph - # bundle artifacts for later deploy - - tar cvzf /tmp/sylph-artifacts.tar.gz /tmp/sylph/artifacts + # bundle artifacts for deploy + - tar cvzf /tmp/sylph-artifacts.tar.gz -C /tmp sylph/artifacts # deploy artifacts deploy: