Skip to content

Commit b9e84f7

Browse files
authored
Fix build-release action
1 parent bf8f05c commit b9e84f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
build-android:
3232
name: Build android and upload
3333
runs-on: ubuntu-latest
34+
needs: create-release
3435

3536
steps:
3637
- uses: actions/checkout@v2
@@ -58,6 +59,7 @@ jobs:
5859
build-windows:
5960
name: Build windows and upload
6061
runs-on: windows-latest
62+
needs: create-release
6163
steps:
6264
- uses: actions/checkout@v2
6365
- uses: subosito/flutter-action@v1

0 commit comments

Comments
 (0)