diff --git a/README.md b/README.md new file mode 100644 index 00000000..c9dd4aaa --- /dev/null +++ b/README.md @@ -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' +```