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: