update dependencies
Some checks failed
Flutter Release / get-version (push) Successful in 8s
Flutter Release / build-android (push) Failing after 53s
Flutter Release / build-windows (push) Failing after 9s
Flutter Release / create-release (push) Has been skipped

This commit is contained in:
2025-12-14 22:05:58 -05:00
parent 57ccaad08a
commit 2c557cdeac
3 changed files with 21 additions and 21 deletions

View File

@@ -31,15 +31,15 @@ This workflow automatically builds and releases rmtPocketWatcher Flutter app for
- Create a GitHub/Gitea release with both binaries
- Include release notes with download instructions
## 🔧 Manual Development Build
## 🔧 Manual Release Build
To trigger a manual dev build (debug versions):
To trigger a manual release build:
1. Go to Actions tab in your repository
2. Select "Flutter Dev Build" workflow
2. Select "Flutter Release" workflow
3. Click "Run workflow"
This will create debug builds for both Windows and Android.
This will create production builds for both Windows and Android and publish a release.
## 🏗️ Local Development