Deploy dev builds to ShareX/DevBuilds repo

This commit is contained in:
Jaex 2022-09-19 14:02:15 +03:00
parent 0922c73bd1
commit ad3b492836

View file

@ -34,6 +34,19 @@ artifacts:
- path: ShareX.appx
name: MicrosoftStore
deploy:
- provider: GitHub
tag: v$(APPVEYOR_BUILD_VERSION)
release: ShareX $(APPVEYOR_BUILD_VERSION) Dev
description: "Dev build"
auth_token:
secure: bbUkNvyu1jnKkuZGlM1ois3MkmpCMlm3Lv68L9V5AYepHt1SG4ZQ15ZoKfjOFg9R
repository: ShareX/DevBuilds
artifact: Setup,Setup-Checksum,Portable,Portable-Checksum
draft: false
prerelease: false
on:
branch: develop
configuration: Release
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: ShareX $(AppVersion)