Update .gitea/workflows/release.yml
Some checks failed
Release / meta (push) Successful in 1m20s
Release / linux-build (push) Successful in 1m16s
Release / android-build (push) Successful in 16m3s
Release / release-dev (push) Failing after 5s
Release / release-master (push) Successful in 26s
Release / windows-build (push) Has been cancelled

This commit is contained in:
2025-12-11 16:08:08 +00:00
parent e8c244a940
commit 5f1a542d1e

View File

@@ -10,7 +10,7 @@ env:
JAVA_VERSION: "17"
ANDROID_SDK_ROOT: "${{ github.workspace }}/android-sdk"
FLUTTER_CHANNEL: "stable"
BUILD_WINDOWS: "false" # set to "true" when you actually want Windows builds
BUILD_WINDOWS: "true" # set to "true" when you actually want Windows builds
jobs:
meta: