Skip to content

Commit

Permalink
Once again...
Browse files Browse the repository at this point in the history
  • Loading branch information
BlockoS committed Aug 22, 2018
1 parent 4fdd909 commit c8c97d7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 0.6.{build}

os: Visual Studio 2013
platform: x64
configuration: Release
Expand Down Expand Up @@ -32,16 +34,19 @@ after_build:

artifacts:
- path: etripator.zip
name: Releases
name: etripator-v${appveyor_build_version}.zip

deploy:
release: etripator-v${appveyor_build_version}
description: 'Etripator msvc12 win64 build'
provider: GitHub
auth_token:
secure: xRIravp3mvMiAgogn6KGuK1yrolmSJUsum/wPXwu82bh97O7YkuQ3B178ac+WHml
artifact: /etripator.*\.zip/
draft: false
prerelease: false
force_update: true
on:
branch: master
appveyor_repo_tag: true

0 comments on commit c8c97d7

Please sign in to comment.