Wil Gieseler
Wil Gieseler
I'm having this issue too: looks like #401 was actually a dupe of this.
I was considering just having the generate button just add headlines to the list, rather than replace them. Would that solve your issue?
Oops I closed the wrong issue.
Thanks! I'll look into that! Good tidings all around!
@j-f1 Any pointers where to start? It seems like the issue is that it's not picking up the PATH properly or otherwise can't use the same Git settings as command...
Yea last I checked commit signing worked (after much configuration) via the command line but would fail when a commit was made through the app. I'll try to rustle up...
Now I'm puzzled because this appeared to be working (and showing error codes) but that contradicts the explanation of exec here: https://fusectore.dev/2022/09/25/github-actions-pitfalls.html
I'm using self-hosted/local runners, one on Mac, one on Windows. My idea is to have the Mac build Mac IL2CPP and have the Windows machine build Windows IL2CPP and Linux...
I had to set `allowDirtyBuild: true` because the build process seems to create an Editor folder in my assets and copy the build scripts in, which causes uncommitted changes in...
Ah, that must be the issue. I don't wipe the workspace (which makes everything super fast!) I guess I can just add it to .gitignore.