Skip to content

Commit

Permalink
Fix AppVeyor artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Oct 16, 2019
1 parent f3cacde commit 4bbbd1d
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,22 +86,18 @@ after_test:
artifacts:
- name: FestEngine $(appveyor_repo_tag_name) Windows $(arch)bit VLC $(vlc_version) Debug
path: bin\festengine-$(appveyor_repo_tag_name)-win$(arch)-VLCv$(vlc_version)-debug.zip
type: zip
- name: FestEngine $(appveyor_repo_tag_name) Windows $(arch)bit VLC $(vlc_version) Full
path: bin\festengine-$(appveyor_repo_tag_name)-win$(arch)-VLCv$(vlc_version)-full.zip
type: zip
- name: FestEngine $(appveyor_repo_tag_name) Windows $(arch)bit Minimal
path: bin\festengine-$(appveyor_repo_tag_name)-win$(arch)-minimal.zip
type: zip

deploy:
description: 'Auto-created Release'
provider: GitHub
auth_token:
secure: tpurZq/nyMadA/DqWepPmvcxhxfUL25cfvmFEDOUPUvOfNdUP4SpBH1QJm1yt06T
artifact: bin\festengine-win$(arch)-minimal.zip,bin\festengine-win$(arch)-VLCv$(vlc_version)-full.zip
draft: true
prerelease: true
on:
appveyor_repo_tag: true
- provider: GitHub
description: 'Auto-created Release'
auth_token:
secure: tpurZq/nyMadA/DqWepPmvcxhxfUL25cfvmFEDOUPUvOfNdUP4SpBH1QJm1yt06T
draft: true
prerelease: true
on:
appveyor_repo_tag: true

0 comments on commit 4bbbd1d

Please sign in to comment.