DEV Community

Discussion on: Automate Flutter app delivery to AppCenter with GitHub Actions

Collapse
 
alvbarros profile image
AlvBarros

This log shows a specific error: flutter: command not found.
This probably means that Flutter was not correctly set up in the Runner.
It's supposed to be set up on the Setup Flutter step of the job, so maybe take a look at that log to make sure it ran without any issue?

Collapse
 
hendisantika profile image
Hendi Santika

/usr/local/bin/appcenter distribute release -f ./build/app/outputs/apk/release/app-release.apk --app QuranPersis --group Collaborators --token ***
Error: Command 'distribute release -f ./build/app/outputs/apk/release/app-release.apk --app QuranPersis --group Collaborators --token ***' failed with exception "'QuranPersis' is not a valid application id"
Error: The process '/usr/local/bin/appcenter' failed with exit code 3

Where Can I get the application ID?