From 3b3d2b898d9f190adcd1fd6c1abaaabffe519048 Mon Sep 17 00:00:00 2001 From: crazy-max Date: Thu, 7 May 2020 10:14:00 +0000 Subject: [PATCH] Update generated content --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index ac452b8..03c2cc0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4696,7 +4696,7 @@ var __importStar = (this && this.__importStar) || function (mod) { Object.defineProperty(exports, "__esModule", { value: true }); const httpm = __importStar(__webpack_require__(539)); exports.getRelease = (version) => __awaiter(void 0, void 0, void 0, function* () { - const url = `https://github.com/upx/upx/releases/${version !== 'latest' ? `v${version}` : version}`; + const url = `https://github.com/upx/upx/releases/${version}`; const http = new httpm.HttpClient('ghaction-upx'); return (yield http.getJson(url)).result; });