Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Nov 21, 2020
1 parent af5053f commit f6869bf
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ environment:
- ARCH: '32'
VLC: '2.2.8'


for:
-
matrix:
Expand Down Expand Up @@ -52,26 +53,12 @@ for:
- name: FestEngine $(ver) Windows $(arch)bit Minimal
path: bin/festengine-$(ver)-win$(arch)-minimal.zip

-
matrix:
only:
- APPVEYOR_REPO_TAG: true
deploy:
- provider: GitHub
description: 'Auto-created Release'
auth_token:
secure: tpurZq/nyMadA/DqWepPmvcxhxfUL25cfvmFEDOUPUvOfNdUP4SpBH1QJm1yt06T
draft: true
prerelease: true
on:
appveyor_repo_tag: true

-
matrix:
only:
- image: Ubuntu
ARCH: '64'
APPVEYOR_REPO_TAG: true

install:
- sudo apt-get update
Expand All @@ -82,3 +69,14 @@ for:
artifacts:
- name: FestEngine Linux 64bit Minimal
path: bin/fest_engine-linux-x64-minimal.tar.gz


deploy:
- 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 f6869bf

Please sign in to comment.