From 9f9b5beff97977761757161edcb8796824b6c7e5 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 16 Mar 2019 22:17:28 -0400 Subject: [PATCH] fix deploy regex --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4af2044e..eef7434d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -120,7 +120,7 @@ deploy: release: $(RELEASE_NAME) provider: GitHub auth_token: $(GH_TOKEN) - artifact: /.*\.zip/,/.*\.txt/ + artifact: /.*\.(zip|txt)/, force_update: true on: branch: master