mirror of
https://github.com/subosito/flutter-action.git
synced 2026-09-03 18:49:32 +00:00
re-use new releases assets url path
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user