Skip to content

Commit 7c304e7

Browse files
committed
1.3.3+35 minor
1 parent 4d49f1f commit 7c304e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
uses: softprops/action-gh-release@v2
6767
with:
6868
files: |
69-
app-arm64-v8a-release.apk
70-
app-armeabi-v7a-release.apk
71-
app-x86_64-release.apk
69+
app-arm64-v8a-prod-release.apk
70+
app-armeabi-v7a-prod-release.apk
71+
app-x86_64-prod-release.apk
7272
app-prod-release.aab
7373
env:
7474
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3+34
14+
version: 1.3.3+35
1515

1616
environment:
1717
sdk: ">=3.4.0 <4.0.0"

0 commit comments

Comments
 (0)