Skip to content

Commit 44ddbba

Browse files
committed
fix: Update build command in GitHub Actions workflow for macOS app
1 parent ee3dcfd commit 44ddbba

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/macos-release.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
- name: Build App
2020
run: |
2121
xcodebuild \
22-
-project Launchpad_Back.xcodeproj \
23-
-scheme Launchpad_Back \
24-
-configuration Release \
25-
-destination "platform=macOS" build
22+
-project Launchpad_Back.xcodeproj \
23+
-scheme Launchpad_Back \
24+
-configuration Release \
25+
-destination "platform=macOS" \
26+
MACOSX_DEPLOYMENT_TARGET=13.0 \
27+
CODE_SIGNING_ALLOWED=NO build
2628
2729
- name: Zip App
2830
run: |

0 commit comments

Comments
 (0)