mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
appveyor: deploy RCs to the Prereleases repo
Add a new deploy target that is triggered when we merge to master and creates a release on the `Prereleases` repository with the same artifacts as the upcoming main release.
This commit is contained in:
parent
3969e11b66
commit
be9767576d
1 changed files with 12 additions and 0 deletions
12
appveyor.yml
12
appveyor.yml
|
|
@ -62,6 +62,18 @@ deploy:
|
|||
on:
|
||||
branch: dev
|
||||
|
||||
- provider: GitHub
|
||||
repository: Flow-Launcher/Prereleases
|
||||
release: v$(flowVersion)
|
||||
description: 'This is a release candidate of v$(flowVersion)'
|
||||
auth_token:
|
||||
secure: ij4UeXUYQBDJxn2YRAAhUOjklOGVKDB87Hn5J8tKIzj13yatoI7sLM666QDQFEgv
|
||||
artifact: Squirrel Installer, Portable Version, Squirrel nupkg, Squirrel RELEASES
|
||||
force_update: true
|
||||
on:
|
||||
branch: master
|
||||
APPVEYOR_REPO_TAG: false
|
||||
|
||||
- provider: GitHub
|
||||
release: v$(flowVersion)
|
||||
auth_token:
|
||||
|
|
|
|||
Loading…
Reference in a new issue