We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43005a5 commit 3fcd62bCopy full SHA for 3fcd62b
.github/workflows/build.yml
@@ -69,6 +69,11 @@ jobs:
69
with:
70
channel: 'stable'
71
- run: flutter pub get
72
+ - name: Disable macOS code signing
73
+ run: |
74
+ echo "CODE_SIGNING_ALLOWED=NO" >> macos/Runner/Configs/Debug.xcconfig
75
+ echo "CODE_SIGNING_REQUIRED=NO" >> macos/Runner/Configs/Debug.xcconfig
76
+ echo "CODE_SIGN_IDENTITY=" >> macos/Runner/Configs/Debug.xcconfig
77
- run: flutter build macos --debug
78
- uses: actions/upload-artifact@v7
79
0 commit comments