This commit is contained in:
Alif Rachmawadi
2020-12-01 15:41:14 +00:00
parent 618ffe6e1a
commit c1329a99f0
2 changed files with 7 additions and 7 deletions

View File

@@ -23,12 +23,12 @@ export async function getFlutter(
platform
);
if (channel !== validatedChannel) {
core.debug(`Channel was identifyed as ${validatedChannel}`);
if (!useMaster && channel !== validatedChannel) {
core.debug(`Channel was identified as ${validatedChannel}`);
}
let cleanver = useMaster
? validatedChannel
? channel
: `${selected.replace('+', '-')}-${validatedChannel}`;
let toolPath = tc.find('flutter', cleanver);