Skip to content

Commit

Permalink
Publish nightly build on github instead of bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Dec 31, 2019
1 parent eb683a6 commit 1bf7382
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@ build_script:
- appveyor PushArtifact C:\TGUI.Net-0.8-dev-64bit.zip

deploy:
- provider: BinTray
username: texus
api_key:
secure: cSfvMUOUzComX+zv+OqpWsi4NUTZFdH/xq9hbfrqjPMyL6XFdo/Tg41IpleXdIFu
subject: texus
repo: generic
package: TGUI.Net
version: 0.8-dev-latest
publish: true
override: true
explode: false
- provider: GitHub
tag: nightly_build
release: 'Nightly build'
description: 'Latest nightly build binary'
draft: false
prerelease: true
force_update: true
auth_token:
secure: rVxk6OWc0JLdMi5VXVuWLAvlT1whbHHHNBPgcaJxZoYXJlwK0ixT1w1XdF5S7DBH
on:
branch: master
APPVEYOR_REPO_TAG: false

0 comments on commit 1bf7382

Please sign in to comment.