updated macos-installer download-url
This commit is contained in:
parent
6061152f29
commit
9a13b2d01e
3 changed files with 3 additions and 3 deletions
2
dist/pre/index.js
vendored
2
dist/pre/index.js
vendored
|
|
@ -88140,7 +88140,7 @@ function installMacosAgent(configStr) {
|
||||||
external_fs_.writeFileSync("/opt/step-security/agent.json", configStr);
|
external_fs_.writeFileSync("/opt/step-security/agent.json", configStr);
|
||||||
lib_core.info("✓ Successfully created agent.json at /opt/step-security/agent.json");
|
lib_core.info("✓ Successfully created agent.json at /opt/step-security/agent.json");
|
||||||
// Download installer package
|
// Download installer package
|
||||||
const downloadUrl = "https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1.tar.gz";
|
const downloadUrl = "https://github.com/step-security/agent-int-releases/releases/download/v0.0.2-mac/macos-installer-0.0.2.tar.gz";
|
||||||
lib_core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
lib_core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
||||||
const downloadPath = yield tool_cache.downloadTool(downloadUrl, undefined, auth);
|
const downloadPath = yield tool_cache.downloadTool(downloadUrl, undefined, auth);
|
||||||
lib_core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
lib_core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
||||||
|
|
|
||||||
2
dist/pre/index.js.map
vendored
2
dist/pre/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -87,7 +87,7 @@ export async function installMacosAgent(configStr: string): Promise<boolean> {
|
||||||
|
|
||||||
// Download installer package
|
// Download installer package
|
||||||
const downloadUrl =
|
const downloadUrl =
|
||||||
"https://github.com/step-security/agent-releases/releases/download/v1.0.0-int/macos-installer-0.0.1.tar.gz";
|
"https://github.com/step-security/agent-int-releases/releases/download/v0.0.2-mac/macos-installer-0.0.2.tar.gz";
|
||||||
core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
core.info(`Downloading macOS installer.. : ${downloadUrl}`);
|
||||||
const downloadPath = await tc.downloadTool(downloadUrl, undefined, auth);
|
const downloadPath = await tc.downloadTool(downloadUrl, undefined, auth);
|
||||||
core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
core.info(`✓ Successfully downloaded installer to: ${downloadPath}`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue