diff --git a/.github/workflows/se.yml b/.github/workflows/se.yml index 44f6b27..7e73391 100644 --- a/.github/workflows/se.yml +++ b/.github/workflows/se.yml @@ -7,6 +7,10 @@ on: description: 'Game version string' required: true type: string + manifestId: + description: 'Manifest id from https://steamdb.info/app/298740/depots/?branch=public' + required: true + type: string permissions: packages: write @@ -23,7 +27,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 -manifest ${{ inputs.manifestId }} - name: Prepare folder structure run: mkdir -p ./nuget/lib/net48 - name: Copy binaries diff --git a/specs/Torch.Server.ReferenceAssemblies.nuspec b/specs/Torch.Server.ReferenceAssemblies.nuspec index 8fe7e80..5843535 100644 --- a/specs/Torch.Server.ReferenceAssemblies.nuspec +++ b/specs/Torch.Server.ReferenceAssemblies.nuspec @@ -11,7 +11,7 @@ - +