mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-21 18:40:19 +00:00
fix windows releases
This commit is contained in:
parent
f66679318d
commit
5d00e0bef0
2 changed files with 4 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue