diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48be22c..1bcfc19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -282,6 +282,9 @@ jobs: APPLE_KEY_ID: '${{ secrets.APPLE_KEY_ID }}' APPLE_ISSUER_ID: '${{ secrets.APPLE_ISSUER_ID }}' APPLE_KEY_CONTENT: '${{ secrets.APPLE_KEY_CONTENT }}' + - name: Show log + if: always() + run: cat /Users/runner/Library/Logs/gym/Tonbrett-iosApp.log create_release: name: Create Release runs-on: windows-latest # for some weird reason this job does not get picked on ubuntu