Skip to content

Commit

Permalink
added allowProvisioningUpdates flag for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
sarika gautam authored and sarika gautam committed Apr 27, 2022
1 parent d5b04c7 commit a9e437f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Flutter_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Enable macOS build
run: flutter config --enable-macos-desktop
- name: Build artifacts
run: flutter build macos --release
run: flutter build macos --release --allowProvisioningUpdates
- name: Archive Release
uses: thedoctor0/zip-release@master
with:
Expand Down

0 comments on commit a9e437f

Please sign in to comment.