Skip to content

Commit

Permalink
. 添加/更改发布。
Browse files Browse the repository at this point in the history
  • Loading branch information
yaya committed Jul 13, 2019
1 parent 7c4ba84 commit e38be2f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Expand Up @@ -35,3 +35,15 @@ notifications:
recipents: recipents:
- chenall.cn@gmail.com - chenall.cn@gmail.com
on_failure: never on_failure: never

before_deploy:
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date -u +%Y-%m-%d)-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file: grub4dos-$(cat grub4dos_version)-$(date -u +%Y-%m-%d).7z
skip_cleanup: true
on:
branch: 0.4.6a

0 comments on commit e38be2f

Please sign in to comment.