mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(android): release build fails due to tar v7 incompatibility with Capacitor CLI
This commit is contained in:
@@ -164,8 +164,7 @@ jobs:
|
||||
- run: sed -i "s/versionName \"1.0\"/versionName \"$(node -e "console.log(require('./package.json').version)")\"/" ./android/app/build.gradle
|
||||
- run: cat ./android/app/build.gradle
|
||||
# build apk
|
||||
- run: npx cap update
|
||||
- run: npx cap copy
|
||||
- run: npx cap sync android
|
||||
- run: cd android && gradle bundle
|
||||
- run: cd android && ./gradlew assembleRelease
|
||||
# optimize apk
|
||||
|
||||
Reference in New Issue
Block a user