Possible issue with sub folders in src
Closed this issue · 3 comments
Little test project go get familar with Github Actions:
Here in everything works fine.
If the main py file is in a subfolder in src:
pyinstaller seems to work fine as github action, no error messages are displayed, BUT no artifacts are created and the following upload reports a warning:
On the local file system itself, such a configuration is perfectly working, the installers are created.
Not sure if this is really something which can/ must be fixed. But at least a little warning in the action explanation on the github page would be appreciated.
Hey! Thanks for raising this
What was the resulting path of the installer when you ran it locally? I'd take a guess and say that the upload path needs to be altered to match
Awesome! Thank you for using the action