mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-11 01:18:39 +00:00
upd flows
This commit is contained in:
parent
e1583e5255
commit
b4c4067fd0
3
.github/workflows/build-test.yml
vendored
3
.github/workflows/build-test.yml
vendored
@ -9,9 +9,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
- name: install xcpretty
|
||||
run: gem install xcpretty
|
||||
|
||||
- name: Force Xcode 11
|
||||
run: sudo xcode-select -switch /Applications/Xcode_11.3.app
|
||||
|
||||
|
||||
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
||||
- name: Install create-dmg
|
||||
run: npm i -g create-dmg
|
||||
|
||||
# - name: Build Archive
|
||||
# run: xcodebuild archive -project "MTMR.xcodeproj" -scheme "MTMR" -archivePath Release/App.xcarchive | xcpretty
|
||||
- name: Build Archive
|
||||
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
|
||||
- name: Build App
|
||||
run: xcodebuild -project "MTMR.xcodeproj" -exportArchive -archivePath Release/App.xcarchive -exportOptionsPlist export-options.plist -exportPath Release | xcpretty -c && exit ${PIPESTATUS[0]}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user