-
Notifications
You must be signed in to change notification settings - Fork 2
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
when build directory flag is enabled no file is saved #12
Comments
Hi @hemz10 , basically -b flag is for getting the package code any error is thrown while building. if no errors are producing the workflow package the code are deleted. it is unusual that the temp directory is existed there. we will look on it |
Hi @shanithkk the temp folder was created by me. |
@hemz10 , yes only when any error in created rust package. and also this flag will help in some cases like permission issue with certain directory. |
Thank you @shanithkk again I feel we need to mention this in description |
Steps to reproduce
1> composer create test
create a temp folder in the test package and run below command
2> run composer build -b ./temp
3> check the temp folder
Actual Behaviour
the folder is empty
Expected Behaviour
build files to be stored in the given path
Screensot
The text was updated successfully, but these errors were encountered: