Skip to content

Commit

Permalink
also build tgz releases
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Sep 13, 2019
1 parent bc71e52 commit c70607a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ deploy:
api_key: "${GITHUB_TOKEN}"
overwrite: true
file_glob: true
file: build/sweetcher*.zip
file: build/sweetcher*.*
skip_cleanup: true
draft: false
on:
Expand Down
1 change: 1 addition & 0 deletions dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ for PLATFORM in $(find ./build -mindepth 1 -maxdepth 1 -type d); do

pushd $PLATFORM >/dev/null 2>&1
zip ../sweetcher_${OSARCH}.zip ./*
tar czvf ../sweetcher_${OSARCH}.tgz ./*
rm ./*
popd >/dev/null 2>&1
done

0 comments on commit c70607a

Please sign in to comment.