update for latest version
This commit is contained in:
6
.github/workflows/se.yml
vendored
6
.github/workflows/se.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user