Skip to content

Commit ab35585

Browse files
committed
ci: set CODE_SIGN_IDENTITY to "Apple Development" in beta workflow
1 parent 48bfe7d commit ab35585

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
-scheme Micmute \
3939
-configuration Release \
4040
-destination "platform=macOS" \
41+
CODE_SIGN_IDENTITY="Apple Development" \
4142
CODE_SIGNING_REQUIRED=YES \
4243
DEVELOPMENT_TEAM="${{ secrets.DEVELOPMENT_TEAM }}" \
4344
-derivedDataPath build_output

0 commit comments

Comments
 (0)