This commit is contained in:
lastthyme 2021-05-31 16:11:01 -04:00 committed by GitHub
commit 2487fee1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -38,3 +38,9 @@ deploy:
repo: tmate-io/tmate
branch: master
tags: true
addons:
artifacts:
target_paths: /binaries/$OS_NAME/$LSB_RELEASE/$ARCH
paths:
- releases/

View file

@ -31,3 +31,6 @@ rm -rf $RELEASE_NAME-symbols
mkdir -p $RELEASE_NAME-symbols
docker run --rm local-$PLATFORM/tmate-build cat /build/tmate.symbols > $RELEASE_NAME-symbols/tmate.symbols
tar -cf - $RELEASE_NAME-symbols | xz > dbg-symbols-tmate-$VERSION-static-linux-$PLATFORM.tar.xz
ls *
pwd
ls -hl /home/travis/build/travis-ci/tmate/releases/*.tar.*