From fa3385bbf5016a7e51f1235ac9be72310ea3dbd7 Mon Sep 17 00:00:00 2001 From: arctic-hen7 Date: Mon, 8 May 2023 14:53:09 +1000 Subject: [PATCH] ci: fixed ci --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 631c855..ef37945 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - name: Build - run: cargo build --release --feature "cli" + run: cargo build --release --features "cli" - name: Release binary uses: svenstaro/upload-release-action@v2 with: