Skip to content

Commit

Permalink
(CD) upload aab
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 15, 2024
1 parent d7d7996 commit 55ec522
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,app-prod-release.aab
artifacts: "${{ github.workspace }}/build/app/outputs/flutter-apk/*.apk,${{ github.workspace }}/build/app/outputs/bundle/prodRelease/app-prod-release.aab"
allowUpdates: true

0 comments on commit 55ec522

Please sign in to comment.