From 64f853d025065597f4a5ce1ac10a342ac376acf7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 18 Dec 2022 21:06:42 +0100 Subject: [PATCH] with bin install --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e5365c0..29977d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: # Custom install command for your formula. # Required - string. - #install: 'bin.install "src/my-script.sh" => "my-script"' + install: 'bin.install "toolkit" => "toolkit"' # Custom test command for your formula so you can run `brew test`. # Optional - string.