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.
|
1 year ago | |
---|---|---|
.github/workflows | 1 year ago | |
DepotDownloader | 1 year ago | |
.gitattributes | 4 years ago | |
.gitignore | 8 years ago | |
Dockerfile | 1 year ago | |
LICENSE.txt | 1 year ago | |
Program.cs | 1 year ago | |
README.md | 1 year ago | |
SCPSL.DownloadFiles.csproj | 1 year ago | |
SCPSL.DownloadFiles.sln | 1 year ago | |
action.yml | 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'