Skip to content

Commit 922d957

Browse files
committed
1.3.0+29: Update github-release.yml
1 parent cc37f49 commit 922d957

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/github-release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ jobs:
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 }}

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.0+28
14+
version: 1.3.0+29
1515

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

0 commit comments

Comments
 (0)