Create README.md

pull/549/head
Killers0992 2 years ago committed by GitHub
parent cd9ddf1f88
commit 9325c642c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,23 @@
# 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'
```
Loading…
Cancel
Save