|
|
@ -88,7 +88,7 @@ runs:
|
|
|
|
|
|
|
|
|
|
|
|
- name: Download Game binaries (Stable)
|
|
|
|
- name: Download Game binaries (Stable)
|
|
|
|
run: >-
|
|
|
|
run: >-
|
|
|
|
if ('${{inputs.stable-version}}' -eq '') { throw "Stable version missing!" };
|
|
|
|
if ('${{inputs.stable-version}}' -eq '') { Return };
|
|
|
|
dotnet depotdownloader/DepotDownloader.dll -app ${{inputs.steam-appid}} -depot ${{inputs.steam-depotid}} -beta ${{inputs.stable-version}} -username ${{inputs.steam-login}}
|
|
|
|
dotnet depotdownloader/DepotDownloader.dll -app ${{inputs.steam-appid}} -depot ${{inputs.steam-depotid}} -beta ${{inputs.stable-version}} -username ${{inputs.steam-login}}
|
|
|
|
-password ${{inputs.steam-password}} -filelist ${{inputs.steam-filefilter}} -dir ${{inputs.stable-directory}};
|
|
|
|
-password ${{inputs.steam-password}} -filelist ${{inputs.steam-filefilter}} -dir ${{inputs.stable-directory}};
|
|
|
|
shell: pwsh
|
|
|
|
shell: pwsh
|
|
|
|