Skip to content

Commit

Permalink
ci: fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed May 8, 2023
1 parent 612b3d7 commit fa3385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fa3385b

Please sign in to comment.