Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
canewsin opened this issue Aug 11, 2022 · 3 comments
Open

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

canewsin opened this issue Aug 11, 2022 · 3 comments
Labels
question Further information is requested

Comments

@canewsin
Copy link

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

@taiki-e
Copy link
Owner

taiki-e commented Aug 11, 2022

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

@taiki-e taiki-e added the question Further information is requested label Aug 11, 2022
@canewsin
Copy link
Author

So specifying dir name copies all assets to archive ?

include: assets-dir

@taiki-e
Copy link
Owner

taiki-e commented Aug 11, 2022

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.).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants