From d9a66c20a4238348472650ee86ffe27d41aac819 Mon Sep 17 00:00:00 2001 From: Ken Youens-Clark Date: Wed, 29 Jan 2025 14:30:21 -0700 Subject: [PATCH] added missing "bin" option (sufr) --- .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 de9b28f..ac0af0c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: # (required) Comma-separated list of binary names # (non-extension portion of filename) to build and upload. # Note that glob pattern is not supported yet. - bin: ... + bin: sufr # (optional) Target triple, default is host triple. # This is optional but it is recommended that this always be set to # clarify which target you are building for if macOS is included in