Skip to content

Commit

Permalink
1.3.0+29: Update github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felipebueno committed Jun 7, 2024
1 parent cc37f49 commit 922d957
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
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.0+28
version: 1.3.0+29

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

0 comments on commit 922d957

Please sign in to comment.