Skip to content

Commit

Permalink
Upload builded package to github release from travis-ci.
Browse files Browse the repository at this point in the history
Signed-off-by: CountStarlight <[email protected]>
  • Loading branch information
vufa committed Jun 2, 2019
1 parent dcaba9d commit d24e1e1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ arch:

script:
- "curl -s https://raw.githubusercontent.com/mikkeloscar/arch-travis/master/arch-travis.sh | bash"

deploy:
provider: releases
skip_cleanup: true
overwrite: true
api_key: $GH_TOKEN
file_glob: true
file:
- "deepin-wine-wechat-*-x86_64.pkg.tar.xz"
on:
tags: true
all_branches: true
repo: countstarlight/deepin-wine-wechat-arch

0 comments on commit d24e1e1

Please sign in to comment.