From b06bc655c7740834bfc41a0dd7b96185bc06a700 Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Mon, 1 Apr 2024 13:12:46 -0600 Subject: [PATCH] fix yaml 1 --- .github/workflows/binaries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yaml b/.github/workflows/binaries.yaml index 1ace8f7..76c300a 100644 --- a/.github/workflows/binaries.yaml +++ b/.github/workflows/binaries.yaml @@ -33,7 +33,7 @@ jobs: with: # (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: autct # (optional) On which platform to distribute the `.tar.gz` file. # [default value: unix] # [possible values: all, unix, windows, none]