Steam depot downloader utilizing the SteamKit2 library.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Killers0992 b7040936fd Fix 2 years ago
.github/workflows Create docker-publish.yml 2 years ago
DepotDownloader Update 2 years ago
.gitattributes Added gitattributes 5 years ago
.gitignore 2.3.0 Release on .NET Core 2.0 8 years ago
Dockerfile Update 2 years ago
LICENSE.txt Re add license 2 years ago
Program.cs Fix 2 years ago
README.md Create README.md 2 years ago
SCPSL.DownloadFiles.csproj Update 2 years ago
SCPSL.DownloadFiles.sln Update 2 years ago
action.yml Fix inputs 2 years ago

README.md

SCPSL.DownloadFiles

Downloads specific assembly references into References path

Example action

Download one file

    - name: Download SCP: SL Files
      uses: killers0992/scpsl.downloadfiles@master
      with:
        branch: 'public'
        filestodownload: 'Assembly-CSharp.dll'

Download multiple files.

    - name: Download SCP: SL Files
      uses: killers0992/scpsl.downloadfiles@master
      with:
        branch: 'public'
        filestodownload: 'Assembly-CSharp.dll,Mirror.dll'