mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +00:00
again
This commit is contained in:
parent
7aec5deb0e
commit
0b8860f406
2 changed files with 0 additions and 13 deletions
10
dist/index.js
vendored
10
dist/index.js
vendored
|
@ -145200,7 +145200,6 @@ 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);
|
||||
|
@ -145246,7 +145245,6 @@ function run() {
|
|||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
process_1.default.exit(1);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -145415,14 +145413,6 @@ module.exports = require("perf_hooks");
|
|||
|
||||
/***/ }),
|
||||
|
||||
/***/ 77282:
|
||||
/***/ ((module) => {
|
||||
|
||||
"use strict";
|
||||
module.exports = require("process");
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 85477:
|
||||
/***/ ((module) => {
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import process from 'process'
|
||||
|
||||
import * as core from '../node_modules/@actions/core/'
|
||||
import artifact, {
|
||||
UploadArtifactOptions
|
||||
|
@ -64,7 +62,6 @@ async function run(): Promise<void> {
|
|||
}
|
||||
} catch (error) {
|
||||
core.setFailed((error as Error).message)
|
||||
process.exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue