Skip to content

Commit

Permalink
squash into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jul 13, 2024
1 parent 5fcee44 commit f1379db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -180525,7 +180525,7 @@ function main() {
yield (0,exec.exec)(postInstall);
core.endGroup();
process.chdir(workingDirectory);
cachedPath = yield tool_cache.cacheDir(esyPackagePath, esyPackageName, esyPackageVersion);
cachedPath = yield tool_cache.cacheDir(esyPackagePath, esyPackageName, esyPackageVersion, arch);
}
core.addPath(external_path_.join(cachedPath, "bin"));
}
Expand Down
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@ async function main() {
cachedPath = await toolCache.cacheDir(
esyPackagePath,
esyPackageName,
esyPackageVersion
esyPackageVersion,
arch
);
}
core.addPath(path.join(cachedPath, "bin"));
Expand Down

0 comments on commit f1379db

Please sign in to comment.