From 541bdaf983cd297efb4a6d22c35e87bdff615875 Mon Sep 17 00:00:00 2001 From: Waozi Date: Sat, 30 Dec 2023 20:33:47 +0700 Subject: [PATCH] fix github action --- .github/workflows/flutter_build_release.yml | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flutter_build_release.yml b/.github/workflows/flutter_build_release.yml index 95a2c2e..4f568ed 100644 --- a/.github/workflows/flutter_build_release.yml +++ b/.github/workflows/flutter_build_release.yml @@ -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/ diff --git a/README.md b/README.md index 8d54dd4..1e1f4d1 100644 --- a/README.md +++ b/README.md @@ -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