From 16f959076841e6eb07aacbfc5159d5d18cf1e103 Mon Sep 17 00:00:00 2001 From: Jason Wall Date: Thu, 29 Feb 2024 11:04:04 -0500 Subject: [PATCH] rebuild the whole thing.. because you can't, apparently, figure out how to pass artifacts around. *sigh* --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a65508eb..2ca4756b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,15 @@ deploy-android: - cd .. script: - 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 artifacts: paths: