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

".../" in export command was causing issue in web build #130

Open
adsau59 opened this issue Jan 13, 2024 · 1 comment
Open

".../" in export command was causing issue in web build #130

adsau59 opened this issue Jan 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@adsau59
Copy link

adsau59 commented Jan 13, 2024

Creating this issue in case someone else faces the same issue as I did

on this line ".../" was causing issue for me....

the error I was getting while exporting was

ERROR: Project export for preset "Web" failed.
   at: _fs_changed (editor/editor_node.cpp:994)

removing "../" fixed the issue for me

here is my working workflow yaml

I am using godot v4.2.1

@adsau59 adsau59 changed the title ".../" was causing issue in web build ".../" in export command was causing issue in web build Jan 13, 2024
@mustachebutter
Copy link

I noticed this as well. The build folders are actually made in the home directory, in the same level as the directory that has the project file so that's why in the example they changed the directory down one level and then has to use ../ to go up. Mainly just relative paths problems but thank you for the heads up

@Calinou Calinou added the bug Something isn't working label Jan 15, 2024
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
Development

No branches or pull requests

3 participants