fix windows releases

This commit is contained in:
Clément DOUIN 2023-05-01 00:36:55 +02:00
parent f66679318d
commit 5d00e0bef0
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
2 changed files with 4 additions and 2 deletions

View file

@ -93,8 +93,6 @@ jobs:
uses: actions/checkout@v2
- name: Install rust
uses: actions-rs/toolchain@v1
with:
command: check
- name: Builds release
uses: actions-rs/cargo@v1
with:

View file

@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed Windows releases (due to typo in the github action script).
## [0.7.2] - 2023-05-01
### Added