Skip to content

Commit

Permalink
1.3.3+37
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 10, 2024
1 parent 54777dd commit 5161d8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ jobs:
uses: actions/download-artifact@v2
with:
name: build-artifacts
path: ./build-artifacts
- name: List downloaded files
run: ls -R
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
./build-artifacts/app-arm64-v8a-prod-release.apk
./build-artifacts/app-armeabi-v7a-prod-release.apk
./build-artifacts/app-x86_64-prod-release.apk
./build-artifacts/app-prod-release.aab
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
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+36
version: 1.3.3+37

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

0 comments on commit 5161d8f

Please sign in to comment.