Skip to content

Commit

Permalink
chore(ci): set build arch destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
ssut committed Aug 23, 2024
1 parent 8e12488 commit 271e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
cd Machumbub
pod install
- name: Build and archive # create archive
run: xcodebuild clean archive -project Machumbub/${{ env.projname }}.xcodeproj -scheme ${{ env.projname }} -archivePath ${{ env.projname }}
run: xcodebuild clean archive -project Machumbub/${{ env.projname }}.xcodeproj -scheme ${{ env.projname }} -archivePath ${{ env.projname }} -destination 'generic/platform=macOS'
- name: Export app # create .app
run: xcodebuild -exportArchive -archivePath "${{ env.projname }}.xcarchive" -exportPath Release -exportOptionsPlist ".github/releaser/export_options.plist"
- name: Zip app # zip .app
Expand Down

0 comments on commit 271e709

Please sign in to comment.