Skip to content

Commit

Permalink
Fix CI setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ALiangLiang committed Nov 14, 2016
1 parent f6ae4df commit 5083526
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ script:

before_deploy:
- npm run dist # build
- tar zcvf "dist/${APP_SHORTNAME}-${APP_VERSION}-x86_64.tar.gz" dist/linux-unpacked # pack tar.gz
- mv "dist/tanetroamer-desktop-${APP_VERSION}-x86_64.AppImage" "dist/${APP_SHORTNAME}-${APP_VERSION}-x86_64.AppImage" # rename AppImage
- cd dist
- tar zcvf "${APP_SHORTNAME}-${APP_VERSION}-x86_64.tar.gz" linux-unpacked # pack tar.gz
- mv "tanetroamer-desktop-${APP_VERSION}-x86_64.AppImage" "${APP_SHORTNAME}-${APP_VERSION}-x86_64.AppImage" # rename AppImage
- cd ..
- export FILE_TO_UPLOAD_TAR_GZ="dist/${APP_SHORTNAME}-${APP_VERSION}-x86_64.tar.gz"
- export FILE_TO_UPLOAD_APPIMAGE="dist/${APP_SHORTNAME}-${APP_VERSION}-x86_64.AppImage"

Expand Down

0 comments on commit 5083526

Please sign in to comment.