Skip to content

Commit 963b798

Browse files
committed
GitHub Action disable codesign on macOS
1 parent 5f91ef0 commit 963b798

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- uses: subosito/flutter-action@v2
7575
with:
7676
flutter-version: ${{ env.FLUTTER_VERSION }}
77-
- run: flutter build macos --release
77+
- run: flutter build macos --release --no-codesign
7878
- uses: actions/upload-artifact@v4
7979
with:
8080
name: macos-app

0 commit comments

Comments
 (0)