From 922d957a7fc30460242514943aaffb0048d4f993 Mon Sep 17 00:00:00 2001 From: Felipe Bueno Date: Fri, 7 Jun 2024 16:36:53 -0300 Subject: [PATCH] 1.3.0+29: Update github-release.yml --- .github/workflows/github-release.yml | 9 +++------ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 2b0bef0..458861c 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -50,7 +50,6 @@ jobs: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk build/app/outputs/flutter-apk/app-x86_64-release.apk - build/app/outputs/bundle/release/app-release.aab release: name: Create GitHub Release @@ -62,14 +61,12 @@ jobs: uses: actions/download-artifact@v2 with: name: build-artifacts - path: ./build - name: Release uses: softprops/action-gh-release@v2 with: files: | - ./build/app/outputs/flutter-apk/app-arm64-v8a-release.apk - ./build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk - ./build/app/outputs/flutter-apk/app-x86_64-release.apk - ./build/app/outputs/bundle/release/app-release.aab + app-arm64-v8a-release.apk + app-armeabi-v7a-release.apk + app-x86_64-release.apk env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/pubspec.yaml b/pubspec.yaml index 6d494b0..6b3d137 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # 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: 1.3.0+28 +version: 1.3.0+29 environment: sdk: ">=3.4.0 <4.0.0"