re-use new releases assets url path

This commit is contained in:
Alif Rachmawadi
2021-06-14 02:47:16 +00:00
parent a471b152dc
commit 4389e6cbc6
7 changed files with 7 additions and 7 deletions
+1 -1
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/releases';
'https://storage.googleapis.com/flutter_infra_release/releases';
interface IFlutterData {
channel: string;