1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-06-20 08:58:02 +02:00

migrated Go to GA

This commit is contained in:
Nikita Bykov 2020-08-19 15:13:09 +03:00
parent 2873528ad9
commit a75b0e4ce5
4 changed files with 245 additions and 3 deletions

View file

@ -40,8 +40,8 @@ class GoBuilder {
$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"