Skip to content

Commit

Permalink
fuck regexps
Browse files Browse the repository at this point in the history
  • Loading branch information
Himura2la committed Oct 30, 2017
1 parent 9ba9d04 commit 6472284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
skip_non_tags: true
environment:
matrix:
- ARCH: '86'
- ARCH: '32'
PYTHON_PATH: C:\Python36
VLC_INSTALL_FLAGS: '--x86'
- ARCH: '64'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6472284

Please sign in to comment.