Skip to content

Commit

Permalink
Merge pull request #1 from sphinx-labs/pate/sphinx-fork
Browse files Browse the repository at this point in the history
feat: Sphinx fork
  • Loading branch information
RPate97 authored Feb 8, 2024
2 parents 66af43d + 1350ced commit 6bf9430
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "foundry-toolchain"
description: "Install Foundry"
author: "Foundry"
name: "sphinx-foundry-toolchain"
description: "Install Sphinx Foundry Fork"
author: "Foundry & Sphinx Labs"
branding:
color: "gray-dark"
icon: "play-circle"
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86274,7 +86274,7 @@ function getDownloadObject(version) {
const platform = os.platform();
const filename = `foundry_${normalizeVersionName(version)}_${platform}_${mapArch(os.arch())}`;
const extension = platform === "win32" ? "zip" : "tar.gz";
const url = `https://github.com/foundry-rs/foundry/releases/download/${version}/${filename}.${extension}`;
const url = `https://github.com/sphinx-labs/foundry/releases/download/${version}/${filename}.${extension}`;

return {
url,
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function getDownloadObject(version) {
const platform = os.platform();
const filename = `foundry_${normalizeVersionName(version)}_${platform}_${mapArch(os.arch())}`;
const extension = platform === "win32" ? "zip" : "tar.gz";
const url = `https://github.com/foundry-rs/foundry/releases/download/${version}/${filename}.${extension}`;
const url = `https://github.com/sphinx-labs/foundry/releases/download/${version}/${filename}.${extension}`;

return {
url,
Expand Down

0 comments on commit 6bf9430

Please sign in to comment.