Skip to content

Commit

Permalink
update stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Dec 3, 2024
1 parent cb37393 commit d3460c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ async function main(_args) {
let toolsDir = join(process.cwd(), `tools`);
mkdirSync(toolsDir, { recursive: true });
await cd(toolsDir, async () => {
let ref = `65bf13509d214308111a7b9c0f227099034536c7`;
// this is hard coded old vesrion that is known to work, so that we can use butler to upload butler
let ref = `898b30bb2cadaaf561d91c4f7784aa1927c5cfb2`;
let url = `https://broth.itch.zone/butler/linux-amd64-head/${ref}/.zip`;
$(`curl -sLo butler.zip "${url}"`);
$(`unzip butler.zip`);
Expand Down

0 comments on commit d3460c7

Please sign in to comment.