Skip to content

Commit 4010e78

Browse files
committed
WIP
1 parent 9ca3077 commit 4010e78

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ jobs:
249249
}
250250
251251
Remove-Item $PSModuleZipFilePath -ErrorAction SilentlyContinue | Out-Null
252-
Compress-Archive -Path $DGatewayPSModulePath -Destination $PSModuleZipFilePath -CompressionLevel Optimal
252+
# For some reason, Compress-Archive is creating a corrupted archive.
253+
7z a -tzip -mx=9 -r -- "$PSModuleZipFilePath" "$DGatewayPSModulePath\*"
253254
254255
$PSModuleParentPath = Split-Path $DGatewayPSModulePath -Parent
255256

0 commit comments

Comments
 (0)