Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 authored Jun 23, 2024
1 parent ace4cb7 commit befc0aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
destination: platform=macOS
configuration: Debug
action: build
xcargs: "MACOSX_DEPLOYMENT_TARGET=11.0"
- name: Xcodebuild Release
uses: sersoft-gmbh/xcodebuild-action@v3
with:
Expand All @@ -31,6 +32,7 @@ jobs:
destination: platform=macOS
configuration: Release
action: build
xcargs: "MACOSX_DEPLOYMENT_TARGET=11.0"
- name: Prepare release image
run: |
mkdir build/Release-App
Expand Down

0 comments on commit befc0aa

Please sign in to comment.