From ed409081697ea3f131122304812a53277cf90117 Mon Sep 17 00:00:00 2001 From: Lucas Theisen Date: Sat, 23 Dec 2017 16:54:14 -0500 Subject: [PATCH] what about this? --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b7693d0..47a7257 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ after_build: - git config --global user.name "Lucas Theisen" - git checkout master - git add CygwinSetup/CygwinSetup.psd1 - - git commit -m "[skip ci] update version during build for $env:APPVEYOR_BUILD_VERSION" + - ps: git commit -m "[skip ci] update version during build for $env:APPVEYOR_BUILD_VERSION" - git push - ps: Add-Type -Assembly "System.IO.Compression.FileSystem" - ps: '[System.IO.Compression.ZipFile]::CreateFromDirectory("$env:APPVEYOR_BUILD_FOLDER\CygwinSetup", "$env:APPVEYOR_BUILD_FOLDER\CygwinSetup.zip", [System.IO.Compression.CompressionLevel]::Fastest, $True)'