Skip to content

Commit

Permalink
Declare created zip artifact as artifact for AppVeyor
Browse files Browse the repository at this point in the history
AppVeyor only deploys artifacts, that were declared as such in the
`artifacts` yml section.
  • Loading branch information
adrianbroher committed Mar 27, 2016
1 parent cd604e0 commit d2b489f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@ build_script:
- cd build
- cmake -G "Visual Studio 12" ..
- cmake --build . --config RelWithDebInfo
artifacts:
- name: FreeOrionSDK_Package
path: build\FreeOrionSDK_MSVC_*.zip
deploy:
provider: GitHub
auth_token:
secure: mqkOnTRfVVRNofBa9tTEb2jdIjmJNhH7G8DPc05rxIy6/hkOl9y/h9FzB2MJD4rS
description: 'Release of the FreeOrionSDK'
artifact: /FreeOrionSDK_MSVC_\d{4}-\d{2}-\d{2}.zip/
artifact: FreeOrionSDK_Package
draft: true
force_update: true
on:
Expand Down

0 comments on commit d2b489f

Please sign in to comment.