Skip to content

Commit 6f78fbb

Browse files
committed
tweak macos
1 parent ed80a41 commit 6f78fbb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build-desktop.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ jobs:
6161
perl -0pi -e 's/DEVELOPMENT_TEAM = [A-Z0-9]+;/DEVELOPMENT_TEAM = $ENV{APPLE_TEAM_ID};/g' macos/Runner.xcodeproj/project.pbxproj
6262
6363
- name: Build macOS
64-
env:
65-
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
66-
run: flutter build macos --release --codesign
64+
run: flutter build macos --release
6765

6866
- name: Sign macOS app
6967
env:

0 commit comments

Comments
 (0)