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
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:
@@ -10,7 +10,7 @@ env:
|
||||
JAVA_VERSION: "17"
|
||||
ANDROID_SDK_ROOT: "${{ github.workspace }}/android-sdk"
|
||||
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:
|
||||
meta:
|
||||
@@ -194,6 +194,7 @@ jobs:
|
||||
path: artifacts
|
||||
|
||||
- name: Download Windows bundle (optional)
|
||||
if: env.BUILD_WINDOWS == 'true'
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: windows-zip
|
||||
@@ -256,6 +257,7 @@ jobs:
|
||||
path: artifacts
|
||||
|
||||
- name: Download Windows bundle (optional)
|
||||
if: env.BUILD_WINDOWS == 'true'
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: windows-zip
|
||||
|
||||
Reference in New Issue
Block a user