File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2832Project is in active development phase and lot of code is subject to change.
You can’t perform that action at this time.
0 commit comments