Update .gitea/workflows/release.yml
Some checks failed
Release / meta (push) Successful in 9s
Release / linux-build (push) Successful in 1m14s
Release / android-build (push) Successful in 11m54s
Release / release-master (push) Successful in 2s
Release / release-dev (push) Failing after 13s
Release / windows-build (push) Has been cancelled

This commit is contained in:
2025-12-11 19:59:06 +00:00
parent 5f1a542d1e
commit 26b1a4878f

View File

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