update for latest version

This commit is contained in:
2023-06-01 14:24:17 -04:00
parent 9e7b90ffba
commit 62524e1beb
2 changed files with 6 additions and 2 deletions

View File

@@ -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