Update build.yml for macOS nightlies (regression from commit e9b3998f
)
This commit is contained in:
parent
1f377be17b
commit
03be21608e
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: xcodebuild
|
||||
run: |
|
||||
cd desmume/src/frontend/cocoa/
|
||||
xcodebuild archive -project "DeSmuME (Latest).xcodeproj" -scheme "DeSmuME (OS X App -- Latest Xcode)" -arch x86_64 -archivePath "$(pwd)/desmume.xcarchive" | xcpretty -c
|
||||
xcodebuild archive -project "DeSmuME (Latest).xcodeproj" -scheme "DeSmuME (macOS App; Intel64 -- Latest Xcode)" -arch x86_64 -archivePath "$(pwd)/desmume.xcarchive" | xcpretty -c
|
||||
|
||||
- name: make zip
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue