mirror of
https://github.com/actions/node-versions.git
synced 2025-04-21 02:19:18 +08:00
fix structure of zip archive
This commit is contained in:
parent
59d4db4007
commit
555a12c47c
@ -29,6 +29,6 @@ function Create-SevenZipArchive {
|
||||
|
||||
Push-Location $SourceFolder
|
||||
Write-Debug "7z a $ArchiveTypeArgument $CompressionLevelArgument $ArchivePath @$SourceFolder"
|
||||
7z a $ArchiveTypeArgument $CompressionLevelArgument $ArchivePath $SourceFolder
|
||||
7z a $ArchiveTypeArgument $CompressionLevelArgument $ArchivePath $SourceFolder\*
|
||||
Pop-Location
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user