Back to original path of release assets

This commit is contained in:
Alif Rachmawadi
2021-06-11 08:13:00 +00:00
parent 5188e41281
commit cb226e935b
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import * as httpm from '@actions/http-client';
import * as semver from 'semver';
export const storageUrl =
'https://storage.googleapis.com/flutter_infra_release/releases';
'https://storage.googleapis.com/flutter_infra/releases';
interface IFlutterData {
channel: string;