Update .gitea/workflows/release.yml
Some checks failed
Release / meta (push) Successful in 2s
Release / linux-build (push) Successful in 1m30s
Release / android-build (push) Successful in 5m55s
Release / release-dev (push) Successful in 5s
Release / windows-build (push) Has been cancelled
Release / release-master (push) Has been cancelled

This commit is contained in:
2025-12-11 13:10:03 +00:00
parent 66bef3cbc6
commit c9c20472ea

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:
@@ -194,6 +194,7 @@ jobs:
path: artifacts path: artifacts
- name: Download Windows bundle (optional) - name: Download Windows bundle (optional)
if: env.BUILD_WINDOWS == 'true'
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: windows-zip name: windows-zip
@@ -256,6 +257,7 @@ jobs:
path: artifacts path: artifacts
- name: Download Windows bundle (optional) - name: Download Windows bundle (optional)
if: env.BUILD_WINDOWS == 'true'
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: windows-zip name: windows-zip