diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5462bb4..ad43c06 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -20,15 +20,19 @@ jobs: with: flutter-version: 1.12.13+hotfix.5 - run: flutter pub get - - run: flutter build apk --flavor prod - - run: flutter build apk --flavor prod --target-platform android-arm,android-arm64,android-x64 --split-per-abi + - name: Build generic + run: flutter build apk --flavor prod + - name: Build ABIs + run: flutter build apk --flavor prod --target-platform android-arm,android-arm64,android-x64 --split-per-abi + - name: Rename files + run: find build/app/outputs/apk/prod/release -name '*.apk' -exec bash -c ' mv $0 ${0/app-prod/animu}' {} \; - name: Publish uses: softprops/action-gh-release@v1 with: files: | - build/app/outputs/apk/prod/release/app-prod-armeabi-v7a-release.apk - build/app/outputs/apk/prod/release/app-prod-arm64-v8a-release.apk - build/app/outputs/apk/prod/release/app-prod-x86_64-release.apk - build/app/outputs/apk/prod/release/app-prod-release.apk + build/app/outputs/apk/prod/release/animu-armeabi-v7a-release.apk + build/app/outputs/apk/prod/release/animu-arm64-v8a-release.apk + build/app/outputs/apk/prod/release/animu-x86_64-release.apk + build/app/outputs/apk/prod/release/animu-release.apk env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/pubspec.yaml b/pubspec.yaml index 487d086..eea8d2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Ver anime sin complicaciones. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.6.0 +version: 0.7.1 environment: sdk: ">=2.6.0 <3.0.0" diff --git a/web/index.html b/web/index.html index 98c53dd..f65cb2a 100644 --- a/web/index.html +++ b/web/index.html @@ -25,7 +25,7 @@