Skip to content

Commit

Permalink
fix: android pipeline and update to Flutter 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
jdk-21 committed Feb 29, 2024
1 parent 8b6025e commit 087181b
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 66 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ jobs:
releaseFiles: app-release.aab
track: beta
status: draft
changesNotSentForReview: true
- name: Release app to production track
if: ${{ github.ref == 'refs/heads/main' }}
uses: r0adkll/upload-google-play@v1
Expand All @@ -578,3 +579,4 @@ jobs:
releaseFiles: app-release.aab
track: production
status: draft
changesNotSentForReview: true
Loading

0 comments on commit 087181b

Please sign in to comment.