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 18:53:26 +05:00
committed by GitHub
parent eee193dcb8
commit eefc696545

View File

@@ -45,6 +45,10 @@ jobs:
ln -s $(which ccache) /usr/local/bin/clang++
export CCACHE_COMPILERCHECK=content
export CCACHE_DEBUG=true
mkdir .ccachedebug
export CCACHE_DEBUG=true
export CCACHE_DEBUGDIR=.ccachedebug
export CCACHE_DEBUGLEVEL=1
- name: Cache gradle
uses: actions/cache@v2
@@ -68,15 +72,21 @@ jobs:
- name: CCache Stats after build 1
run: ccache -sv
- name: Build unsigned app bundle
run: |
cd apps/mobile/native/android
./gradlew clean
cd ../../../../
yarn release:android:bundle
- name: Upload to Github
uses: actions/upload-artifact@v2
with:
name: CCache_logs
path: .ccachedebug
# - name: Build unsigned app bundle
# run: |
# cd apps/mobile/native/android
# ./gradlew clean
# cd ../../../../
# yarn release:android:bundle
- name: CCache Stats after build 2
run: ccache -sv
# - name: CCache Stats after build 2
# run: ccache -sv
# - name: Sign app bundle for Playstore release
# id: sign_app