upload-rust-binary-action icon indicating copy to clipboard operation
upload-rust-binary-action copied to clipboard

How to include full dir of assets with release ?

Open canewsin opened this issue 3 years ago • 3 comments

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

canewsin avatar Aug 11 '22 11:08 canewsin

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

taiki-e avatar Aug 11 '22 11:08 taiki-e

So specifying dir name copies all assets to archive ?

include: assets-dir

canewsin avatar Aug 11 '22 11:08 canewsin

IIRC

  • include: assets-dir copies assets-dir including files/dirs in it.
  • include: assets-dir/. copies files/dirs included in assets-dir (It does not copy assets-dir itself.).

taiki-e avatar Aug 11 '22 11:08 taiki-e