File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 5050 build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
5151 build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
5252 build/app/outputs/flutter-apk/app-x86_64-release.apk
53- build/app/outputs/bundle/release/app-release.aab
5453
5554 release :
5655 name : Create GitHub Release
@@ -62,14 +61,12 @@ jobs:
6261 uses : actions/download-artifact@v2
6362 with :
6463 name : build-artifacts
65- path : ./build
6664 - name : Release
6765 uses : softprops/action-gh-release@v2
6866 with :
6967 files : |
70- ./build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
71- ./build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
72- ./build/app/outputs/flutter-apk/app-x86_64-release.apk
73- ./build/app/outputs/bundle/release/app-release.aab
68+ app-arm64-v8a-release.apk
69+ app-armeabi-v7a-release.apk
70+ app-x86_64-release.apk
7471 env :
7572 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description: A new Flutter project.
1111# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212# Read more about iOS versioning at
1313# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14- version : 1.3.0+28
14+ version : 1.3.0+29
1515
1616environment :
1717 sdk : " >=3.4.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments