Deploy specific file
My Qt project produce an EXE installer that I'd like to deploy to Github upon release. Currently my deployement setup is:
deploy:
provider: Environment
name: production
on:
branch: appveyor
appveyor_repo_tag: true
How can I tell appveyor to deploy this specific file?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 12 Nov, 2014 05:25 PM
Hi Martin,
You goal is deploying to GitHub Releases?
2 Posted by Martin Delille on 13 Nov, 2014 10:51 AM
Yes
Support Staff 3 Posted by Feodor Fitsner on 13 Nov, 2014 08:00 PM
Oh, seems your only option is to use GitHub API in a build script (say, "deploy_script").
I've added a new issue to have GitHub Releases as a built-in provider: https://github.com/appveyor/ci/issues/56
4 Posted by Martin Delille on 13 Nov, 2014 10:51 PM
Ok I will try that! Thanks for the info I didn't know github offered an API for that.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.