From 63c396b48f638f67a8aeb303eff93b1adf16a588 Mon Sep 17 00:00:00 2001 From: Tchoupinax Date: Wed, 27 Nov 2024 18:40:06 +0100 Subject: [PATCH] ci: build sources --- dist/binary.js | 2 +- dist/binary.js.map | 2 +- dist/index.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/binary.js b/dist/binary.js index 9876885..861e605 100644 --- a/dist/binary.js +++ b/dist/binary.js @@ -34,7 +34,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge Object.defineProperty(exports, "__esModule", { value: true }); exports.setupBinary = setupBinary; const core = __importStar(require("@actions/core")); -const download_binary_1 = require("./functions/download-binary"); +const download_binary_1 = require("./download-binary"); function setupBinary(version) { return __awaiter(this, void 0, void 0, function* () { core.info(`Installing iggy binary (${version})...`); diff --git a/dist/binary.js.map b/dist/binary.js.map index da08204..896693b 100644 --- a/dist/binary.js.map +++ b/dist/binary.js.map @@ -1 +1 @@ -{"version":3,"file":"binary.js","sourceRoot":"","sources":["../src/binary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,kCAUC;AAdD,oDAAsC;AAEtC,iEAA2D;AAE3D,SAAsB,WAAW,CAAC,OAAe;;QAC/C,IAAI,CAAC,IAAI,CAAC,2BAA2B,OAAO,MAAM,CAAC,CAAC;QAEpD,MAAM,UAAU,GAAG,MAAM,IAAA,8BAAY,EAAC,OAAO,CAAC,CAAC;QAC/C,IAAI,CAAC,IAAI,CAAC,mBAAmB,UAAU,EAAE,CAAC,CAAC;QAE3C,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QACzB,IAAI,CAAC,IAAI,CAAC,eAAe,OAAO,gBAAgB,CAAC,CAAC;QAElD,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACrC,CAAC;CAAA"} \ No newline at end of file +{"version":3,"file":"binary.js","sourceRoot":"","sources":["../src/binary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA,kCAUC;AAdD,oDAAsC;AAEtC,uDAAiD;AAEjD,SAAsB,WAAW,CAAC,OAAe;;QAC/C,IAAI,CAAC,IAAI,CAAC,2BAA2B,OAAO,MAAM,CAAC,CAAC;QAEpD,MAAM,UAAU,GAAG,MAAM,IAAA,8BAAY,EAAC,OAAO,CAAC,CAAC;QAC/C,IAAI,CAAC,IAAI,CAAC,mBAAmB,UAAU,EAAE,CAAC,CAAC;QAE3C,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,CAAC;QACzB,IAAI,CAAC,IAAI,CAAC,eAAe,OAAO,gBAAgB,CAAC,CAAC;QAElD,IAAI,CAAC,SAAS,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IACrC,CAAC;CAAA"} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index becd650..4cd67c6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -41,7 +41,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge Object.defineProperty(exports, "__esModule", ({ value: true })); exports.setupBinary = setupBinary; const core = __importStar(__nccwpck_require__(7484)); -const download_binary_1 = __nccwpck_require__(9229); +const download_binary_1 = __nccwpck_require__(8931); function setupBinary(version) { return __awaiter(this, void 0, void 0, function* () { core.info(`Installing iggy binary (${version})...`); @@ -56,7 +56,7 @@ function setupBinary(version) { /***/ }), -/***/ 9229: +/***/ 8931: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict";