Merge pull request #12119 from yoshisuga/osx_update_artifact

[gitlab][macOS] Updated artifact zip to not include subdirs for packaging step
This commit is contained in:
Autechre 2021-03-09 17:31:32 +01:00 committed by GitHub
commit e41acae922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -473,7 +473,10 @@ build-retroarch-osx-arm64-metal:
dependencies: []
script:
- xcodebuild -project pkg/apple/${XCPROJECT_NAME}.xcodeproj -config Release -scheme RetroArch -archivePath ${XCARCHIVE_PATH} -xcconfig pkg/apple/${XCCONFIG} archive
- zip -qr ${XCPROJECT_NAME}.zip ${XCARCHIVE_PATH}.xcarchive/Products/Users/gitlab/Applications/RetroArch.app
- pushd ${XCARCHIVE_PATH}.xcarchive/Products/Users/gitlab/Applications/
- zip -qr RetroArch.zip RetroArch.app
- popd
- mv ${XCARCHIVE_PATH}.xcarchive/Products/Users/gitlab/Applications/RetroArch.zip ${XCPROJECT_NAME}.zip
# Mac OS Universal, Metal
build-retroarch-osx-universal-metal: