We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f91ef0 commit 963b798Copy full SHA for 963b798
1 file changed
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
- uses: subosito/flutter-action@v2
75
with:
76
flutter-version: ${{ env.FLUTTER_VERSION }}
77
- - run: flutter build macos --release
+ - run: flutter build macos --release --no-codesign
78
- uses: actions/upload-artifact@v4
79
80
name: macos-app
0 commit comments