File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 - name : Build APK (split per ABI)
4242 run : flutter build apk --split-per-abi --flavor prod
4343 - name : Archive build artifacts
44- uses : actions/upload-artifact@v3
44+ uses : actions/upload-artifact@v4
4545 with :
4646 name : android-release
4747 path : |
Original file line number Diff line number Diff line change 2626 - name : Create version.txt with nuGetVersion
2727 run : echo ${{ steps.gitversion.outputs.nuGetVersion }} > version.txt
2828 - name : Upload version.txt
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v4
3030 with :
3131 name : gitversion
3232 path : version.txt
8080 run : flutter build appbundle --flavor prod
8181
8282 - name : Upload Android Release
83- uses : actions/upload-artifact@v3
83+ uses : actions/upload-artifact@v4
8484 with :
8585 name : android-release
8686 path : build/app/outputs/bundle/prodRelease/app-prod-release.aab
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repository: https://github.com/felipebueno/stacker_news
1313# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1414# Read more about iOS versioning at
1515# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
16- version : 1.3.5+44
16+ version : 1.3.5+45
1717
1818environment :
1919 sdk : " >=3.8.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments