Skip to content

Commit d35f85f

Browse files
committed
Revert "GitHub Action disable codesign on macOS"
This reverts commit 963b798.
1 parent 963b798 commit d35f85f

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 --no-codesign
77+
- run: flutter build macos --release
7878
- uses: actions/upload-artifact@v4
7979
with:
8080
name: macos-app

0 commit comments

Comments
 (0)