Skip to content

Commit

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

jobs:
build:
Expand All @@ -37,7 +36,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" DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM_ID 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" 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 72b5363

Please sign in to comment.