Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Dec 30, 2023
1 parent 30f06d2 commit 541bdaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
- name: Reorganize Windows Directory
run: |
mkdir -p organized_output/windows/
cp -r build/windows/runner/Release/* organized_output/windows/
cp -r build/windows/x64/runner/Release/* organized_output/windows/
- name: Archive Windows executable
run: 7z a build/InnerBreeze-Windows-x86_64.zip organized_output/windows/
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Guided breathing meditation app based on the Wim Hof breathing method.

## Current Goals
- [ ] add multilingual support, add german translations
- [ ] add gong sfx before the start of the breath hold
- [ ] fix breath in after finishing a round
- [ ] improve breathing speed selection
- [ ] add multilingual support, add german and spanish translations
- [x] add gong sfx before the start of the breath hold
- [x] fix breath in after finishing a round

## Getting Started

### Nix OS
Expand Down

0 comments on commit 541bdaf

Please sign in to comment.