Compare commits
1 Commits
sv-1.8.9.8
...
sv-1.8.9.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfcdb6ba09 |
@@ -224,10 +224,13 @@ build:release:windows64:
|
|||||||
Authorization = "Basic $([System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("$env:AUTOBUILD_HTTP_USER`:$env:AUTOBUILD_HTTP_PASS")))"; };
|
Authorization = "Basic $([System.Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes("$env:AUTOBUILD_HTTP_USER`:$env:AUTOBUILD_HTTP_PASS")))"; };
|
||||||
Verbose = $true; };
|
Verbose = $true; };
|
||||||
|
|
||||||
Push-Location .\build-linux-64\newview\
|
If (Test-Path -LiteralPath ".\build-linux-64\newview\")
|
||||||
$FileNameLnx64 = Get-ChildItem -Path . -Name -Include Singularity_*.tar.xz
|
{
|
||||||
Invoke-WebRequest @UploadParams -InFile .\$FileNameLnx64 -Uri "${UploadDestURL}/${FileNameLnx64}"
|
Push-Location .\build-linux-64\newview\
|
||||||
Pop-Location
|
$FileNameLnx64 = Get-ChildItem -Path . -Name -Include Singularity_*.tar.xz
|
||||||
|
Invoke-WebRequest @UploadParams -InFile .\$FileNameLnx64 -Uri "${UploadDestURL}/${FileNameLnx64}"
|
||||||
|
Pop-Location
|
||||||
|
}
|
||||||
|
|
||||||
Push-Location .\build-vc-64\newview\Release\
|
Push-Location .\build-vc-64\newview\Release\
|
||||||
$FileNameWin64 = Get-ChildItem -Path . -Name -Include Singularity_*_Setup.exe
|
$FileNameWin64 = Get-ChildItem -Path . -Name -Include Singularity_*_Setup.exe
|
||||||
@@ -276,4 +279,4 @@ upload:release:
|
|||||||
- if: '$CI_COMMIT_TAG =~ /.*-release/'
|
- if: '$CI_COMMIT_TAG =~ /.*-release/'
|
||||||
when: manual
|
when: manual
|
||||||
environment:
|
environment:
|
||||||
name: release
|
name: release
|
||||||
|
|||||||
Reference in New Issue
Block a user