1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00

decrease time

This commit is contained in:
Anton Palgunov 2020-02-11 23:41:52 +00:00
parent 75d2bdf92c
commit 31a5a7c59c

View File

@ -18,8 +18,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build Archive
- name: Build
run: xcodebuild archive -project "MTMR.xcodeproj" -scheme "MTMR" -archivePath Release/App.xcarchive DEVELOPMENT_TEAM="" CODE_SIGN_IDENTITY="" | xcpretty -c && exit ${PIPESTATUS[0]}
- name: Build App
run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]}