mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
Update win-node-builder.psm1
This commit is contained in:
parent
be48038984
commit
3b05d9c8db
@ -69,6 +69,6 @@ class WinNodeBuilder : NodeBuilder {
|
|||||||
|
|
||||||
[void] ArchiveArtifact() {
|
[void] ArchiveArtifact() {
|
||||||
$OutputPath = Join-Path $this.ArtifactFolderLocation $this.OutputArtifactName
|
$OutputPath = Join-Path $this.ArtifactFolderLocation $this.OutputArtifactName
|
||||||
Create-SevenZipArchive -SourceFolder $this.WorkFolderLocation -ArchivePath $OutputPath
|
Create-SevenZipArchive -SourceFolder $this.WorkFolderLocation -ArchivePath $OutputPath -ArchiveType "7z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user