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 d02a0dd35d Fix ref path. 1 year ago
.github/workflows Create docker-publish.yml 1 year ago
DepotDownloader Update 1 year ago
.gitattributes Added gitattributes 4 years ago
.gitignore 2.3.0 Release on .NET Core 2.0 8 years ago
Dockerfile Update 1 year ago
LICENSE.txt Re add license 1 year ago
Program.cs Fix ref path. 1 year ago
README.md Create README.md 1 year ago
SCPSL.DownloadFiles.csproj Update 1 year ago
SCPSL.DownloadFiles.sln Update 1 year ago
action.yml Fix inputs 1 year 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'