From 03be21608e9198766aba7d15cd8b96639b136845 Mon Sep 17 00:00:00 2001 From: Roger Manuel Date: Sat, 2 Apr 2022 17:36:25 -0700 Subject: [PATCH] Update build.yml for macOS nightlies (regression from commit e9b3998f) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b9a70a9f..32390195c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file + if-no-files-found: error