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.
DepotDownloader/README.md

24 lines
521 B
Markdown

# SCPSL.DownloadFiles
Downloads specific assembly references into References path
# Example action
Download one file
```yaml
- name: Download SCP: SL Files
uses: killers0992/scpsl.downloadfiles@master
with:
branch: 'public'
filestodownload: 'Assembly-CSharp.dll'
```
Download multiple files.
```yaml
- name: Download SCP: SL Files
uses: killers0992/scpsl.downloadfiles@master
with:
branch: 'public'
filestodownload: 'Assembly-CSharp.dll,Mirror.dll'
```