public beta
This commit is contained in:
2
.github/workflows/se.yml
vendored
2
.github/workflows/se.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Download Depot tool
|
||||
run: wget https://github.com/SteamRE/DepotDownloader/releases/download/DepotDownloader_2.4.7/depotdownloader-2.4.7.zip -O tool.zip && 7z x tool.zip -o./tool && rm tool.zip
|
||||
- name: Download Steam Dlls
|
||||
run: dotnet ./tool/DepotDownloader.dll -app 298740 -depot 298741 -os windows -dir . -filelist dedi_dlls_list.txt
|
||||
run: dotnet ./tool/DepotDownloader.dll -app 298740 -depot 298741 -os windows -dir . -filelist dedi_dlls_list.txt -beta automatons-beta
|
||||
- name: Prepare folder structure
|
||||
run: mkdir -p ./nuget/lib/net48
|
||||
- name: Copy binaries
|
||||
|
4
.github/workflows/torch.yml
vendored
4
.github/workflows/torch.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
with:
|
||||
dotnet-version: '7.0.x'
|
||||
- name: Download Dlls
|
||||
run: mkdir torch && wget --content-disposition --trust-server-names -P torch/ https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.API.dll https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.dll https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.Server.exe https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.API.xml https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.xml https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.Server.xml
|
||||
run: mkdir torch && wget --content-disposition --trust-server-names -P torch/ https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.API.dll https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.dll https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.Server.exe https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.API.xml https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.xml https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/artifact/bin/x64/Release/Torch.Server.xml
|
||||
- name: Fix Torch.Server extension
|
||||
run: mv torch/Torch.Server.exe torch/Torch.Server.dll
|
||||
- name: Prepare folder structure
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
run: cp ./torch/* ./nuget/lib/net48
|
||||
- name: Get Torch version
|
||||
id: torch_version
|
||||
run: echo "::set-output name=version::1.3.1.$(wget -qO- https://build.torchapi.com/job/Torch/job/master/lastSuccessfulBuild/buildNumber)-master"
|
||||
run: echo "::set-output name=version::1.3.1.$(wget -qO- https://build.torchapi.com/job/Torch/job/publicbeta/lastSuccessfulBuild/buildNumber)-publicbeta"
|
||||
- name: Create Nuget Package
|
||||
run: nuget pack specs/Torch.Server.ReferenceAssemblies.nuspec -BasePath ./nuget -Version ${{ steps.torch_version.outputs.version }} -NonInteractive -NoPackageAnalysis -OutputFileNamesWithoutVersion
|
||||
- name: Push Nuget Package
|
||||
|
Reference in New Issue
Block a user