ci: fix early build exit

This commit is contained in:
naturecodevoid
2023-06-03 11:09:05 -07:00
parent 51f900a5bb
commit 7e9aafe86e
4 changed files with 8 additions and 8 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: "[Normal] Build SideStore, fakesign app and convert to IPA"
run: |
make build | xcpretty && exit ${PIPESTATUS[0]}
make build | xcpretty
make fakesign
make ipa
@@ -51,7 +51,7 @@ jobs:
- name: "[MDC] Build SideStore, fakesign app and convert to IPA"
run: |
make clean
make build DSYM_FOLDER=./MDC-dSYM | xcpretty && exit ${PIPESTATUS[0]}
make build DSYM_FOLDER=./MDC-dSYM | xcpretty
make fakesign
make ipa IPA_NAME=SideStore-MDC.ipa