Skip to content

Commit

Permalink
Update xcode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Castro authored Jul 24, 2023
1 parent 72b5363 commit 8f80151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
env:
CERTIFICATE_BASE64: ${{ secrets.BUILD_CERTIFICATE_BASE64 }}
P12_PASSWORD_BASE64: ${{ secrets.P12_PASSWORD }}
DEVELOPMENT_TEAM_ID: ${{ secrets.TEAM_ID }}

jobs:
build:
Expand All @@ -36,7 +37,7 @@ jobs:
xcode-select-version: 14.3.1

- name: Build macOS app
run: xcodebuild archive -scheme "ishare" -configuration "Release" -archivePath "build/ishare.xcarchive" -destination "platform=macOS" CODE_SIGN_IDENTITY="Mac Developer" CODE_SIGN_STYLE=Manual CODE_SIGNING_REQUIRED="YES" OTHER_CODE_SIGN_FLAGS="--deep"
run: xcodebuild archive -scheme "ishare" -configuration "Release" -archivePath "build/ishare.xcarchive" -destination "platform=macOS" CODE_SIGN_IDENTITY="Mac Developer" DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM_ID CODE_SIGN_STYLE=Manual CODE_SIGNING_REQUIRED="YES" OTHER_CODE_SIGN_FLAGS="--deep"

- name: Package .app and create .zip
run: |
Expand Down

0 comments on commit 8f80151

Please sign in to comment.