Build apk files instead of aab builds

This commit is contained in:
Zoe Roux
2023-12-20 04:17:14 +01:00
parent 9963bf6179
commit 5ae386bac3
4 changed files with 7 additions and 5 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
name: Native build
on:
push:
branches:
- master
- next
tags:
- v*
@@ -43,7 +40,7 @@ jobs:
run: yarn install --immutable
- name: Build Mobile Release
run: yarn build:mobile | tee log.txt
run: yarn build:mobile:apk | tee log.txt
- name: Parse Asset URL
id: url