Skip to content

Commit

Permalink
Add qt path output (resolves #217)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Feb 6, 2024
1 parent 0455760 commit 9acccda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,8 @@ const run = async (): Promise<void> => {
core.addPath(nativePath(`${qtPath}/bin`));
}
}
// Expose outputs
core.setOutput("qtPath", qtPath);
} catch (error) {
if (error instanceof Error) {
core.setFailed(error);
Expand Down

0 comments on commit 9acccda

Please sign in to comment.