소스 검색

fix: archive actual files instead of symbolic links

Nicolas Giard 8 년 전
부모
커밋
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: