From 6ee2bc3d2948c1b6c51344c2b14dd89c81a4e7d3 Mon Sep 17 00:00:00 2001 From: wereturtle Date: Wed, 16 Mar 2022 15:17:15 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 41ec7f0a8..6c77a293e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,9 +22,9 @@ branches: only: - master artifacts: - - path: 'build\**' - type: zip - - path: 'deploy\**' - - type: zip + - path: 'build\**' + type: zip + - path: 'deploy\**' + type: zip skip_non_tags: false shallow_clone: true