Skip to content

Commit

Permalink
Get .aab file when finishing compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejMecka committed Feb 9, 2024
1 parent 17e3782 commit 6e36971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pwa2Apk/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ cd $1
echo "========================= Building APK, it may take 3-4 minutes or more ========================="
( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | bubblewrap build --skipPwaValidation --skipSigning
cp ./*.apk ..
cp ./*.aab ..
cp ./app/build/outputs/bundle/release/*.aab ..
echo "========================= APK building finished ========================="

0 comments on commit 6e36971

Please sign in to comment.