JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
173 stars 71 forks source link

How to set path to root? #8

Closed richierh closed 3 years ago

richierh commented 3 years ago

the default setting for path is below Path : src

but my applications not use src. I use root directory, how to set the yaml file?

JackMcKew commented 3 years ago

path: . should achieve the outcome you're looking for

JackMcKew commented 3 years ago

I take it from your other issue (https://github.com/JackMcKew/pyinstaller-action-windows/issues/9), that this has been resolved. Feel free to open again if this is not the case.