Skip to content

Commit

Permalink
CI: macOS builds for distribution (using LTO) instead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Aug 3, 2024
1 parent d73ad9e commit 6aae3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ jobs:
mv apple-dependencies/macOS/Frameworks platform/xcode/macosx
- name: Build
run:
xcodebuild clean archive -project platform/xcode/love.xcodeproj -scheme love-macosx -configuration Release -destination generic/platform=macOS -archivePath love-macos.xcarchive
xcodebuild clean archive -project platform/xcode/love.xcodeproj -scheme love-macosx -configuration Distribution -destination generic/platform=macOS -archivePath love-macos.xcarchive
- name: Export Archive
run:
xcodebuild -exportArchive -archivePath love-macos.xcarchive -exportPath love-macos -exportOptionsPlist platform/xcode/macosx/macos-copy-app.plist
Expand Down

0 comments on commit 6aae3d9

Please sign in to comment.