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

using glob pattern in workspace #37

Closed
jb-alvarado opened this issue Jul 25, 2022 · 0 comments · Fixed by #53
Closed

using glob pattern in workspace #37

jb-alvarado opened this issue Jul 25, 2022 · 0 comments · Fixed by #53
Assignees
Labels
bug Something isn't working

Comments

@jb-alvarado
Copy link

Hello,
I think there is a bug when using glob pattern in assets in combination with a workspace project.

When I use this assets:

...
{ source = "../public/**/*", dest = "/usr/share/ffplayout/public/", mode = "644" },
...

and run cargo generate-rpm --target=x86_64-unknown-linux-musl -p ffplayout-engine -o ffplayout-0.12.0-1.x86_64.rpm, the public folder get ignored. Only when I cd into ffplayout-engine and run the generation without a project flag it works like it should.

@cat-in-136 cat-in-136 self-assigned this Jan 14, 2023
@cat-in-136 cat-in-136 added the bug Something isn't working label Jan 20, 2023
cat-in-136 added a commit that referenced this issue Jan 21, 2023
fix bug (#37) of glob in assets in combination with a workspace project and support for #50 directory target of non-glob assets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants