Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DawnMagnet committed Mar 3, 2024
1 parent 56eeab7 commit cd121f2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/flutter-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,12 @@ jobs:
build/windows/x64/runner/Release/*.exe
release:
needs: build-and-release-on-ubuntu build-and-release-on-windows build-and-release-on-macos
needs:
[
build-and-release-on-ubuntu,
build-and-release-on-windows,
build-and-release-on-macos,
]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit cd121f2

Please sign in to comment.