1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00

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
No known key found for this signature in database
GPG key ID: 79DA63C0F3A55BB1
2 changed files with 3 additions and 3 deletions

4
dist/index.js vendored
View file

@ -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_release/releases';
exports.storageUrl = 'https://storage.googleapis.com/flutter_infra/releases';
function getPlatform() {
const platform = process.platform;
if (platform == 'win32') {
@ -8521,4 +8521,4 @@ module.exports = require("util");;
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;

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;