From 64722840f77396f82d19c9ad365e3085284d53da Mon Sep 17 00:00:00 2001 From: Himura Kazuto Date: Tue, 31 Oct 2017 01:01:45 +0300 Subject: [PATCH] fuck regexps --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4c8e1d1..7415514 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ skip_non_tags: true environment: matrix: - - ARCH: '86' + - ARCH: '32' PYTHON_PATH: C:\Python36 VLC_INSTALL_FLAGS: '--x86' - ARCH: '64' @@ -30,16 +30,16 @@ after_build: artifacts: - path: bin\festengine-win$(arch)-full.zip - name: FestEngine Windows x$(arch) Full + name: FestEngine Windows $(arch)bit Full - path: bin\festengine-win$(arch)-minimal.zip - name: FestEngine Windows x$(arch) Minimal + name: FestEngine Windows $(arch)bit Minimal deploy: description: 'Auto-created Release' provider: GitHub auth_token: secure: tpurZq/nyMadA/DqWepPmvcxhxfUL25cfvmFEDOUPUvOfNdUP4SpBH1QJm1yt06T - artifact: /bin\\.*\.zip/ + artifact: bin\festengine-win$(arch)-minimal.zip,bin\festengine-win$(arch)-full.zip draft: true prerelease: true on: