mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-22 12:13:03 +00:00
Automatically set the release name for Travis CI builds.
Also mark them as prereleases, since most will be snapshot/debug builds. We can just change that back manually for full releases.
This commit is contained in:
parent
9b33fffd23
commit
b3b4482bda
1 changed files with 2 additions and 0 deletions
|
@ -98,6 +98,8 @@ deploy:
|
|||
file_glob: true
|
||||
file: Background-Music-*/*
|
||||
skip_cleanup: true
|
||||
name: $TRAVIS_TAG
|
||||
prerelease: true
|
||||
on:
|
||||
repo: kyleneideck/BackgroundMusic
|
||||
tags: true
|
||||
|
|
Loading…
Reference in a new issue