Skip to content

Commit 5ce4c3e

Browse files
committed
bug fix
1 parent 1a3b773 commit 5ce4c3e

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

dist/index.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@ for (const file of readdirRecursively(".")) {
8181

8282
console.log("info: ", info);
8383

84-
const osName = info[1];
85-
const osVersion = info[2];
86-
const buildType = info[3];
87-
const cppVersion = info[4];
88-
// const boostVersion = info[5];
89-
const compilerVendor = info[6];
90-
const compilerVersion = info[7];
91-
// const compilerExecutable = info[8];
84+
const osName = info[0];
85+
const osVersion = info[1];
86+
const buildType = info[2];
87+
const cppVersion = info[3];
88+
// const boostVersion = info[4];
89+
const compilerVendor = info[5];
90+
const compilerVersion = info[6];
91+
// const compilerExecutable = info[7];
9292

9393
const url = `https://github.com/${owner}/${repo}/actions/runs/${runId}/job/${jobId}#step:${stepId}:1`;
9494

0 commit comments

Comments
 (0)