diff --git a/.github/workflows/android.publish.yml b/.github/workflows/android.publish.yml index f28e54f11..84c1532b5 100644 --- a/.github/workflows/android.publish.yml +++ b/.github/workflows/android.publish.yml @@ -65,14 +65,15 @@ jobs: - name: Build unsigned app bundle run: yarn release:android:bundle - - name: CCache Stats after build 1 + - name: CCache Stats after build run: ccache -sv - name: Upload to Github uses: actions/upload-artifact@v2 with: name: CCache_logs - path: .ccachedebug + path: | + .ccache # - name: Build unsigned app bundle # run: |