mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2025-02-16 20:28:26 +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_glob: true
|
||||||
file: Background-Music-*/*
|
file: Background-Music-*/*
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
name: $TRAVIS_TAG
|
||||||
|
prerelease: true
|
||||||
on:
|
on:
|
||||||
repo: kyleneideck/BackgroundMusic
|
repo: kyleneideck/BackgroundMusic
|
||||||
tags: true
|
tags: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue