Skip to content

Commit d9d84ae

Browse files
committed
Zip windows release too
1 parent 3c2edc9 commit d9d84ae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ jobs:
2222
targets: x86_64-pc-windows-msvc
2323
- run: cargo build --release --target=x86_64-pc-windows-msvc
2424
- run: mv target/x86_64-pc-windows-msvc/release/raiti.exe raiti-x86_64-pc-windows-msvc.exe
25+
- name: Create ZIP
26+
run: |
27+
Compress-Archive -Path raiti-x86_64-pc-windows-msvc.exe, data -DestinationPath raiti-x86_64-pc-windows-msvc.zip
2528
- uses: softprops/action-gh-release@v2
2629
with:
2730
files: |
28-
raiti-x86_64-pc-windows-msvc.exe
31+
raiti-x86_64-pc-windows-msvc.zip
2932
3033
build-macos:
3134
name: build-macos

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Project aim is:
2323
* training should include all steps from very begining of blind typing
2424
* training should be done step by step while introducing letters one by one
2525

26+
## Installation
27+
28+
Download latest [release](https://github.com/gintsgints/raiti/releases) from GitHub and unpack.
29+
2630
## Statuss
2731

2832
Project is in active development phase and lot of code is subject to change.

0 commit comments

Comments
 (0)