Skip to content

Commit f41515b

Browse files
committed
fix: fix build file error
Signed-off-by: OctagonalStar <[email protected]>
1 parent 6e6dfba commit f41515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/FlutterBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
release:
130130
name: Create GitHub Release
131131
runs-on: ubuntu-latest
132-
needs: [build-android, build-windows, build-macos, build-ios]
132+
needs: [build-android, build-windows, build-macos]
133133
if: startsWith(github.ref, 'refs/tags/')
134134
permissions:
135135
contents: write

0 commit comments

Comments
 (0)