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:
Ioannis G 2023-06-11 22:41:23 +03:00
parent 3969e11b66
commit be9767576d
No known key found for this signature in database
GPG key ID: EAC0E4E5E36AC49E

View file

@ -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: