galera, eu sinceramente não sei se sou burro, mas é o seguinte, por que o lime não encontra o arquivo de XML sendo que essa censurado tá NO DIRETÓRIO RAÍZ?
meu repositório pra vocês entenderem:
https://github.com/MegaGamer69/RAPPING
obs: isso é um jogo em Haxe
I cannot open your repository URL. GitHub gives me a 404 error. Does it still exist? Is it private?
1 Like
eu esqueci desse detalhe
pronto, tá publico… eu acho
I see this error in Github Actions:
Error: You must have a “project.xml” file or specify another valid project file when using the ‘build’ command
You are getting that error because you run cd … before the build command. This changes the current working directory from the project root directory to the parent directory of the project root directory. The parent directory of the project root directory does not have the file named project.xml.
… eu não percebi que tava cd ...
OOOOMAJODI