Skip to content

Commit

Permalink
(CD) Uplaod app-prod-release.aab
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 15, 2024
1 parent cf2c46c commit d7d7996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
- name: Upload Artifact
uses: ncipollo/release-action@v1
with:
artifacts: ${{ github.workspace }}/build/app/outputs/flutter-apk/*.apk,${{ github.workspace }}build/app/outputs/bundle/prodRelease/*.aab
artifacts: ${{ github.workspace }}/build/app/outputs/flutter-apk/*.apk,app-prod-release.aab
allowUpdates: true

0 comments on commit d7d7996

Please sign in to comment.