mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-11 09:14:06 +01:00
Look for crashlog after run
This commit is contained in:
parent
b5bc6f1e58
commit
b20b1d07c9
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -38,3 +38,6 @@ jobs:
|
|||||||
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
KEY_SECRET: ${{ secrets.KEY_SECRET }}
|
||||||
SCHEME: ${{ matrix.scheme }}
|
SCHEME: ${{ matrix.scheme }}
|
||||||
run: buildscripts/ci-build.sh
|
run: buildscripts/ci-build.sh
|
||||||
|
|
||||||
|
- name: Check for Crashlog
|
||||||
|
run: ls -al ~/Library/Logs/DiagnosticReports/
|
@ -29,6 +29,4 @@ xcodebuild -scheme $SCHEME test -showBuildTimingSummary
|
|||||||
|
|
||||||
# Delete the keychain and the provisioningi profile
|
# Delete the keychain and the provisioningi profile
|
||||||
security delete-keychain github-build.keychain
|
security delete-keychain github-build.keychain
|
||||||
rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile
|
rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile
|
||||||
|
|
||||||
ls -al ~/Library/Logs/DiagnosticReports/
|
|
Loading…
Reference in New Issue
Block a user