build
This commit is contained in:
parent
1fbc280dd3
commit
4966150d90
996
dist/cleanup/index.js
vendored
996
dist/cleanup/index.js
vendored
File diff suppressed because it is too large
Load Diff
12655
dist/setup/index.js
vendored
12655
dist/setup/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@ import { JavaInstallerOptions } from './distributions/base-models';
|
||||
async function run() {
|
||||
try {
|
||||
const versions = core.getMultilineInput(constants.INPUT_JAVA_VERSION);
|
||||
core.info(versions)
|
||||
core.info(versions.join(" "))
|
||||
const distributionName = core.getInput(constants.INPUT_DISTRIBUTION, { required: true });
|
||||
const architecture = core.getInput(constants.INPUT_ARCHITECTURE);
|
||||
const packageType = core.getInput(constants.INPUT_JAVA_PACKAGE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user