There was an error while loading. Please reload this page.
1 parent 274fd9f commit 0c4bf2cCopy full SHA for 0c4bf2c
1 file changed
.github/workflows/release-macos-app.yml
@@ -78,14 +78,15 @@ jobs:
78
- name: Build and archive
79
working-directory: ${{ env.PROJECT_PATH }}
80
env:
81
- KEYCHAIN: ${{ env.KEYCHAIN_PATH }}
+ TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
82
run: |
83
xcodebuild archive \
84
-scheme "$SCHEME" \
85
-configuration Release \
86
-archivePath "$RUNNER_TEMP/HackDesktop.xcarchive" \
87
CODE_SIGN_STYLE=Manual \
88
CODE_SIGN_IDENTITY="Developer ID Application" \
89
+ DEVELOPMENT_TEAM="$TEAM_ID" \
90
OTHER_CODE_SIGN_FLAGS="--keychain $KEYCHAIN_PATH"
91
92
- name: Export app
0 commit comments