/upload-release-dir

Github Action to upload all files in a directory as part of a release

ISC LicenseISC

GitHub Action - Upload Directory Contents as Release Assets

This is a work in progress, please be patient

This GitHub Action enables a user to upload all files from a directory as release assets

Usage

Inputs

upload_url as String
  The release asset URL of which to upload files.

path as String
  The path of the directory to upload.

walk as Boolean - Optional: Defaults to false
  If true, subdirectory files will be uploaded aswell. Please note if files share the same name the action will end in error.

Outputs

todo

Example - Uploads multiple files

todo

Contributing

todo

License

The scripts and documentation of this project are released under the ISC License