diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d2311060d..8157bd55f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,3 +38,6 @@ jobs: KEY_SECRET: ${{ secrets.KEY_SECRET }} SCHEME: ${{ matrix.scheme }} run: buildscripts/ci-build.sh + + - name: Check for Crashlog + run: ls -al ~/Library/Logs/DiagnosticReports/ \ No newline at end of file diff --git a/buildscripts/ci-build.sh b/buildscripts/ci-build.sh index a08a9e788..2e26fa886 100755 --- a/buildscripts/ci-build.sh +++ b/buildscripts/ci-build.sh @@ -29,6 +29,4 @@ xcodebuild -scheme $SCHEME test -showBuildTimingSummary # Delete the keychain and the provisioningi profile security delete-keychain github-build.keychain -rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile - -ls -al ~/Library/Logs/DiagnosticReports/ \ No newline at end of file +rm -f ~/Library/MobileDevice/Provisioning\ Profiles/NetNewsWire.provisionprofile \ No newline at end of file