We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8f05c commit b9e84f7Copy full SHA for b9e84f7
.github/workflows/build-release.yml
@@ -31,6 +31,7 @@ jobs:
31
build-android:
32
name: Build android and upload
33
runs-on: ubuntu-latest
34
+ needs: create-release
35
36
steps:
37
- uses: actions/checkout@v2
@@ -58,6 +59,7 @@ jobs:
58
59
build-windows:
60
name: Build windows and upload
61
runs-on: windows-latest
62
63
64
65
- uses: subosito/flutter-action@v1
0 commit comments