Skip to content

Commit

Permalink
what about this?
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastheisen committed Dec 23, 2017
1 parent 097777a commit ed40908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
Expand Down

0 comments on commit ed40908

Please sign in to comment.