From f6869bfb2a348b6f7e2a992d12667015acd91689 Mon Sep 17 00:00:00 2001 From: Himura Kazuto Date: Sat, 21 Nov 2020 22:04:01 +0300 Subject: [PATCH] fix publish --- appveyor.yml | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index a76ad2e..05d5ef1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,7 @@ environment: - ARCH: '32' VLC: '2.2.8' + for: - matrix: @@ -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 @@ -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