From 6cfb8526fdbf7c65621da07d2df27f27fc9abc8c Mon Sep 17 00:00:00 2001 From: kevinlul <6320810+kevinlul@users.noreply.github.com> Date: Fri, 3 Apr 2020 23:21:17 -0400 Subject: [PATCH] Publish GitHub releases --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 38e9009..7782be1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,15 @@ script: - cd .. before_deploy: - mkdir -p ignis-test -- cp README.md build/script_syntax_check build/ocgcore/libocgcore.so ignis-test +- cp README.md COPYING ocgcore/LICENSE build/script_syntax_check build/ocgcore/libocgcore.so ignis-test +- tar czvf ignis-test-bin.tar.gz ignis-test deploy: +- provider: releases + skip_cleanup: true + api_key: $RELEASE_TOKEN + file: ignis-test-bin.tar.gz + on: + tags: true - provider: pages skip_cleanup: true local_dir: ignis-test