From 4ac301c30221b70b2653f6d600eb9f280ca87c5b Mon Sep 17 00:00:00 2001 From: William Bulin <48193107+williambulin@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:36:53 +0200 Subject: [PATCH 1/2] Update release.ts --- src/release.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/release.ts b/src/release.ts index a7b992c..43bf171 100644 --- a/src/release.ts +++ b/src/release.ts @@ -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; From 1ced41a989e5c69103153c3d187362c607e4bd9a Mon Sep 17 00:00:00 2001 From: William Bulin <48193107+williambulin@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:38:26 +0200 Subject: [PATCH 2/2] Update index.js --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index f1be568..9138d03 100644 --- a/dist/index.js +++ b/dist/index.js @@ -231,7 +231,7 @@ exports.determineVersion = exports.getPlatform = exports.storageUrl = void 0; const core = __importStar(__nccwpck_require__(2186)); const httpm = __importStar(__nccwpck_require__(9925)); const semver = __importStar(__nccwpck_require__(1383)); -exports.storageUrl = 'https://storage.googleapis.com/flutter_infra/releases'; +exports.storageUrl = 'https://storage.googleapis.com/flutter_infra_release/releases'; function getPlatform() { const platform = process.platform; if (platform == 'win32') { @@ -8521,4 +8521,4 @@ module.exports = require("util");; /******/ module.exports = __webpack_exports__; /******/ /******/ })() -; \ No newline at end of file +;