We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e8226 commit 70a8e44Copy full SHA for 70a8e44
appveyor.yml
@@ -51,7 +51,7 @@ on_finish:
51
$stagingDirectory = (Resolve-Path ..).Path
52
$zipFile = Join-Path $stagingDirectory "platyPS-$($env:APPVEYOR_BUILD_VERSION).zip"
53
Add-Type -assemblyname System.IO.Compression.FileSystem
54
- [System.IO.Compression.ZipFile]::CreateFromDirectory("$pwd\out\platyPS", $zipFile)
+ 7z a -tzip $zipFile "$pwd\out\platyPS"
55
@(
56
# You can add other artifacts here
57
(ls $zipFile),
0 commit comments