Skip to content

Commit

Permalink
1.3.3+38
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 10, 2024
1 parent 5161d8f commit a303a72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ jobs:
- name: Archive build artifacts
uses: actions/upload-artifact@v2
with:
name: build-artifacts
path: |
build/app/outputs/flutter-apk/app-arm64-v8a-prod-release.apk
build/app/outputs/flutter-apk/app-armeabi-v7a-prod-release.apk
build/app/outputs/flutter-apk/app-x86_64-prod-release.apk
build/app/outputs/bundle/prodRelease/app-prod-release.aab
name: android-release
path: build/app/outputs/bundle/prodRelease/app-prod-release.aab

release:
name: Create GitHub Release
Expand All @@ -61,16 +57,12 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v2
with:
name: build-artifacts
name: android-release
- name: List downloaded files
run: ls -R
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
build/app/outputs/flutter-apk/app-arm64-v8a-prod-release.apk
build/app/outputs/flutter-apk/app-armeabi-v7a-prod-release.apk
build/app/outputs/flutter-apk/app-x86_64-prod-release.apk
build/app/outputs/bundle/prodRelease/app-prod-release.aab
files: app-prod-release.aab
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3+37
version: 1.3.3+38

environment:
sdk: ">=3.4.0 <4.0.0"
Expand Down

0 comments on commit a303a72

Please sign in to comment.