fix codemagic

This commit is contained in:
Alexander Kacheryants 2024-04-07 06:54:49 +03:00
parent dca0071ae3
commit c0260c30b2

View File

@ -22,7 +22,7 @@ workflows:
echo "sdk.dir=$ANDROID_SDK_ROOT" > "$CM_BUILD_DIR/android/local.properties" echo "sdk.dir=$ANDROID_SDK_ROOT" > "$CM_BUILD_DIR/android/local.properties"
- name: Update dependencies and copy web assets to native project - name: Update dependencies and copy web assets to native project
script: | script: |
npx cap sync --prod npx cap sync
- name: Build Android release - name: Build Android release
script: | script: |
cd android cd android