Skip to content

Commit

Permalink
update the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Nov 11, 2024
1 parent 352a758 commit 81586c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
cargo build --release --target ${{ matrix.target }};
else
cross build --release --target ${{ matrix.target }};
fi
- name: Rename binary for Windows
if: matrix.target == 'x86_64-pc-windows-gnu'
Expand Down

0 comments on commit 81586c2

Please sign in to comment.