浏览代码

fix: archive actual files instead of symbolic links

Nicolas Giard 7 年之前
父节点
当前提交
668f6f7fb3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -19,9 +19,9 @@ cache: yarn
 before_script:
 - yarn run build
 before_deploy:
-- tar -czf wiki-js.tar.gz * -X .build/.deployexclude
+- tar -chzf wiki-js.tar.gz * -X .build/.deployexclude
 - yarn install --production --ignore-scripts --prefer-offline
-- tar -czf node_modules.tar.gz -C node_modules .
+- tar -chzf node_modules.tar.gz -C node_modules .
 deploy:
   provider: releases
   api_key: