Skip to content

Commit

Permalink
send all apks
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 15, 2024
1 parent 5b35fd8 commit 5ee96f7
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 @@ -42,6 +42,6 @@ jobs:
- name: Upload Artifact
uses: ncipollo/release-action@v1
with:
artifacts: ${{ github.workspace }}/build/app/outputs/flutter-apk/app-prod-release.apk
artifacts: ${{ github.workspace }}/build/app/outputs/flutter-apk/*.apk
allowUpdates: true

0 comments on commit 5ee96f7

Please sign in to comment.