From aa4e5e36f60669adb08f1ec6a474698899090757 Mon Sep 17 00:00:00 2001 From: Kevin Gimbel Date: Mon, 17 Apr 2023 12:47:28 +0200 Subject: [PATCH] fix: add bin target --- .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 9d0e96a..27c5a2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,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: mktoc # (optional) Target triple, default is host triple. target: ${{ matrix.target }} # (required) GitHub token for uploading assets to GitHub Releases.