File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ gh run watch <run-id> --exit-status
7171- Download macOS tarball, verify integrity, and calculate SHA256:
7272 ``` bash
7373 cd /tmp
74- rm -f http-nu-v$ARGUMENTS -macos .tar.gz
75- curl -sL https://github.com/cablehead/http-nu/releases/download/v$ARGUMENTS /http-nu-darwin-arm64.tar.gz -o http-nu-v$ARGUMENTS -macos .tar.gz
74+ rm -f http-nu-v$ARGUMENTS -darwin-arm64 .tar.gz
75+ curl -sL https://github.com/cablehead/http-nu/releases/download/v$ARGUMENTS /http-nu-v $ARGUMENTS - darwin-arm64.tar.gz -o http-nu-v$ARGUMENTS -darwin-arm64 .tar.gz
7676 # Verify download by extracting and checking binary
77- tar -tzf http-nu-v$ARGUMENTS -macos .tar.gz # should list: http-nu
78- sha256sum http-nu-v$ARGUMENTS -macos .tar.gz
77+ tar -tzf http-nu-v$ARGUMENTS -darwin-arm64 .tar.gz # should list: http-nu-v$ARGUMENTS/ http-nu
78+ sha256sum http-nu-v$ARGUMENTS -darwin-arm64 .tar.gz
7979 ```
8080- Update ` ../homebrew-tap/Formula/http-nu.rb ` with new version, URL, and SHA256
8181 checksum
You can’t perform that action at this time.
0 commit comments