From 5d00e0bef0540fdd7a724289665e8810213be105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Mon, 1 May 2023 00:36:55 +0200 Subject: [PATCH] fix windows releases --- .github/workflows/release.yml | 2 -- CHANGELOG.md | 4 ++++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3004c9c..2b489d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/CHANGELOG.md b/CHANGELOG.md index 48147cb..9be13f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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