mirror of
https://github.com/actions/node-versions.git
synced 2025-09-10 13:45:13 +08:00
Move CI
This commit is contained in:
@@ -40,8 +40,8 @@ class NodeBuilder {
|
||||
$this.Architecture = $architecture
|
||||
|
||||
$this.TempFolderLocation = [IO.Path]::GetTempPath()
|
||||
$this.WorkFolderLocation = $env:BUILD_BINARIESDIRECTORY
|
||||
$this.ArtifactFolderLocation = $env:BUILD_STAGINGDIRECTORY
|
||||
$this.WorkFolderLocation = $env:BINARIES_DIRECTORY
|
||||
$this.ArtifactFolderLocation = $env:ARTIFACT_DIRECTORY
|
||||
|
||||
|
||||
$this.InstallationTemplatesLocation = Join-Path -Path $PSScriptRoot -ChildPath "../installers"
|
||||
|
Reference in New Issue
Block a user