mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add Github prerelease for stable master build
This commit is contained in:
parent
a38eaad281
commit
b6225ccc38
1 changed files with 12 additions and 1 deletions
13
appveyor.yml
13
appveyor.yml
|
|
@ -7,7 +7,7 @@ assembly_info:
|
|||
file: AssemblyInfo.*
|
||||
assembly_version: '{version}'
|
||||
assembly_file_version: '{version}'
|
||||
assembly_informational_version: '{version}-beta.2-$(APPVEYOR_REPO_COMMIT)'
|
||||
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
|
||||
before_build:
|
||||
- ps: nuget restore
|
||||
build:
|
||||
|
|
@ -29,3 +29,14 @@ deploy:
|
|||
artifact: nuget_package
|
||||
on:
|
||||
branch: api
|
||||
- provider: GitHub
|
||||
description: 'Prerelease build'
|
||||
auth_token:
|
||||
# encriped using appveyor account -> encrypt data
|
||||
secure: QWPF8at/Ber4dcTAtOVZd7kgbUii6GYrEFdJAKC6SaqmwMO9OAwkXccN2bqBAml9
|
||||
artifact: /.*\.zip/
|
||||
prerelease: true
|
||||
on:
|
||||
branch: master
|
||||
# deploy on tag push only
|
||||
appveyor_repo_tag: true
|
||||
Loading…
Reference in a new issue