diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b913ff8e2..bfd3e1f313 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -452,6 +452,11 @@ jobs: androidKeyaliasPass: ${{ secrets.ANDROID_KEYALIAS_PASS || 'FakeKey' }} continue-on-error: true + - name: git diff + run: | + git diff || true + cat Packages/packages-lock.json + - name: Check build state if: ${{ steps.unity_builder.outputs.engineExitCode != 0 }} # not always() because if we cancel the job, this shouldn't run run: |