Skip to content

Conversation

tiensi
Copy link
Contributor

@tiensi tiensi commented Sep 2, 2025

Pull Request Description

As per this issue the powershell install guidance is likely incorrect and doesn't use the existing download_cli.ps1. When investigating, it seems that there is no download_cli.ps1 artifact available through powershell Invoke-WebRequest.

Changes

  • Added download_cli.ps1 to Upload Install Scripts in build yml files. This should enable access to download_cli.ps1 through powershell endpoint:

Invoke-WebRequest -Uri "https://github.com/block/goose/releases/download/stable/download_cli.ps1" -OutFile "download_cli.ps1";

Notes

  • If this works properly I will create a follow up pr to update the readme.
  • I may need help testing as I don't have permissions to trigger a build and verify the artifact.

@tiensi tiensi changed the title feat(release): Added ps1 download_cli to upload install script fix(release): Added ps1 download_cli to upload install script Sep 2, 2025
@tiensi tiensi marked this pull request as ready for review September 2, 2025 05:42
@tiensi tiensi changed the title fix(release): Added ps1 download_cli to upload install script fix(release): Added download_cli.ps1 to upload install script Sep 2, 2025
Copy link
Contributor

@The-Best-Codes The-Best-Codes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, not sure how to test this exactly though.

@zanesq zanesq requested a review from michaelneale September 2, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants