Skip to content

Commit

Permalink
added test branch to branches to run on
Browse files Browse the repository at this point in the history
  • Loading branch information
Benimautner committed Jul 20, 2024
1 parent 87781d2 commit a4ace81
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/flutter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- gp_build
release:
types: [published]

Expand Down Expand Up @@ -71,13 +72,13 @@ jobs:
- run: flutter pub get
- run: flutter build appbundle
- run: flutter build apk
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: app-release-bundle
path: |
build/app/outputs/bundle/release/app-release.aab
build/app/outputs/flutter-apk/app-release.apk
#- name: Upload build artifacts
# uses: actions/upload-artifact@v2
# with:
# name: app-release-bundle
# path: |
# build/app/outputs/bundle/release/app-release.aab
# build/app/outputs/flutter-apk/app-release.apk

#- name: Deploy Google Play
# run: |
Expand Down

0 comments on commit a4ace81

Please sign in to comment.