Skip to content

Commit

Permalink
try this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Castro authored Jul 24, 2023
1 parent 8f80151 commit 3e5a5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,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" DEVELOPMENT_TEAM=$DEVELOPMENT_TEAM_ID 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" CODE_SIGNING_ALLOWED="No" OTHER_CODE_SIGN_FLAGS="--deep"

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

0 comments on commit 3e5a5b1

Please sign in to comment.