From 663a97f538af4a75abbe850025a3c3b3dd11f182 Mon Sep 17 00:00:00 2001 From: Jacob Chen Date: Mon, 4 Mar 2024 13:51:42 +0800 Subject: [PATCH] ci: Fix missing bin name --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb173d6..87a64d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,9 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: taiki-e/upload-rust-binary-action@v1 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: vtracer target: ${{ matrix.target }} # (required) GitHub token for uploading assets to GitHub Releases. token: ${{ secrets.GITHUB_TOKEN }}