mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
ncc
This commit is contained in:
parent
6253cc74af
commit
d48048aac5
1 changed files with 10 additions and 0 deletions
10
dist/index.js
vendored
10
dist/index.js
vendored
|
@ -145195,6 +145195,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||
const process_1 = __importDefault(__nccwpck_require__(77282));
|
||||
const core = __importStar(__nccwpck_require__(42186));
|
||||
const artifact_1 = __importDefault(__nccwpck_require__(99860));
|
||||
const search_1 = __nccwpck_require__(13930);
|
||||
|
@ -145240,6 +145241,7 @@ function run() {
|
|||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
process_1.default.exit(1);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -145408,6 +145410,14 @@ module.exports = require("perf_hooks");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 77282:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = require("process");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 85477:
|
||||
/***/ ((module) => {
|
||||
|
||||
|
|
Loading…
Reference in a new issue