Skip to content

Commit e262cbe

Browse files
committed
bundle dist
1 parent bff23f9 commit e262cbe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dist/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118883,7 +118883,9 @@ function run() {
118883118883
}
118884118884
const downloadPromises = artifacts.map(artifact => ({
118885118885
name: artifact.name,
118886-
promise: artifact_1.default.downloadArtifact(artifact.id, Object.assign(Object.assign({}, options), { path: isSingleArtifactDownload || inputs.mergeMultiple
118886+
promise: artifact_1.default.downloadArtifact(artifact.id, Object.assign(Object.assign({}, options), { path: isSingleArtifactDownload ||
118887+
inputs.mergeMultiple ||
118888+
artifacts.length === 1
118887118889
? resolvedPath
118888118890
: path.join(resolvedPath, artifact.name), expectedHash: artifact.digest }))
118889118891
}));
@@ -128958,4 +128960,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
128958128960
/******/ module.exports = __webpack_exports__;
128959128961
/******/
128960128962
/******/ })()
128961-
;
128963+
;

0 commit comments

Comments
 (0)