rebuild the whole thing.. because you can't, apparently, figure out how to pass artifacts around. *sigh*

This commit is contained in:
Jason Wall 2024-02-29 11:04:04 -05:00
parent 39f0b242e6
commit 16f9590768

View File

@ -77,7 +77,15 @@ deploy-android:
- cd .. - cd ..
script: script:
- pwd - pwd
- cd android - node -v
- npm -v
- npm ci
- npm run-script build
- npm run-script copy
- cd android/
- gradle signingReport
- gradle assembleRelease
- gradle bundleRelease
- gradle publishReleaseBundle - gradle publishReleaseBundle
artifacts: artifacts:
paths: paths: