fixed path

This commit is contained in:
h0x0er 2024-08-20 11:49:28 +05:30
commit 782d84337f
No known key found for this signature in database
GPG key ID: 191FD2B45D961149
3 changed files with 3 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -71701,7 +71701,7 @@ function installAgent(isTLS, configStr) {
encoding: "utf8",
});
if (isTLS) {
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/github-hosted/harden-runner_1.3.0_linux_${variant}.tar.gz`);
downloadPath = yield tool_cache.downloadTool(`https://packages.stepsecurity.io/self-hosted/harden-runner_1.3.0_linux_${variant}.tar.gz`);
}
else {
if (variant === "arm64") {

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,7 @@ export async function installAgent(isTLS: boolean, configStr: string) {
if (isTLS) {
downloadPath = await tc.downloadTool(
`https://packages.stepsecurity.io/github-hosted/harden-runner_1.3.0_linux_${variant}.tar.gz`
`https://packages.stepsecurity.io/self-hosted/harden-runner_1.3.0_linux_${variant}.tar.gz`
);
} else {
if (variant === "arm64") {