Update android.publish.yml

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2024-01-31 21:34:19 +05:00
committed by GitHub
parent 12c2cbb171
commit a2098310ee

View File

@@ -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: |