leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

PathNotFoundException: Cannot open file, path = 'windows/packaging/exe/make_config.yaml' #104

Closed novas1r1 closed 1 year ago

novas1r1 commented 1 year ago

Hello, when I'm trying to run flutter_distributor release --name dev --jobs release-windows with GitHub actions, I get the following error:

Building Windows application...                                 
Successfully built Directory: 'build/windows/runner/Release' in 204s
PathNotFoundException: Cannot open file, path = 'windows/packaging/exe/make_config.yaml' (OS Error: The system cannot find the path specified.
, errno = 3)

Any tips?

cybrox commented 1 year ago

Have you tried running it locally and does it work there?

It looks like windows/packaging/exe/make_config.yaml does not exist. Have you checked that it is present in the CI build? (See this part of the docs)

lijy91 commented 1 year ago

Have you tried running it locally and does it work there?

It looks like windows/packaging/exe/make_config.yaml does not exist. Have you checked that it is present in the CI build? (See this part of the docs)

Yes, it looks like this file is missing