comictagger/appveyor.yml

17 lines
393 B
YAML
Raw Normal View History

2018-01-17 13:35:10 -08:00
version: 1.0.{build}
build_script:
- cmd: powershell -exec bypass -File windows\fullbuild.ps1
artifacts:
2019-09-24 15:36:08 -07:00
- path: dist\*.zip
name: ComicTagger
deploy:
description: New Windows Release
provider: GitHub
auth_token:
secure: GftVXNVTfnfWxlCIWNsufQjgrLqGPbrhK7bddzZ+6onYbbx6vEKWku0QMZjcxq/D
draft: true
prerelease: false
artifact: ComicTagger
on:
APPVEYOR_REPO_TAG: true