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: |
|
||||
|
@ -47,4 +47,4 @@ jobs:
|
|||
with:
|
||||
name: macos
|
||||
path: desmume/src/frontend/cocoa/desmume.xcarchive/Products/Applications/DeSmuME.app.zip
|
||||
if-no-files-found: error
|
||||
if-no-files-found: error
|
||||
|
|
Loading…
Reference in New Issue