Config file not found. Check the file name and the current working directory

when i lanuch app in fly console,when i selected git branch and config.toml.
error:Could not find /fly.test-bsc.toml in your repo. Check if you wrote the path correctly.
but this config file is exists in my branch and I copy its name into config input.just go out this error

whatever I flash console or git cache,it is no effective.
is this a bug?
SOS,help me

Hi, can you do a clean checkout of your repo on a temporary directory and confirm the path in question is there? Sometimes we see missing files and it turns out they weren’t in the repo, e.g. because they were in .gitignore.

Also, this file has to be in your repo root; it won’t be found if it is buried in one or more sub-folders.