taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
235 stars 20 forks source link

How to include full dir of assets with release ? #27

Open canewsin opened 2 years ago

canewsin commented 2 years ago

I had almost 50+ assets in a dir and in sub recursive dir.

taiki-e commented 2 years ago

I'm not sure what you want exactly, but have you looked at #25?

canewsin commented 2 years ago

So specifying dir name copies all assets to archive ?

include: assets-dir

taiki-e commented 2 years ago

IIRC