Skip to content

Commit

Permalink
ci: fix apk path when uploading release apk to gh releases (WPB-8645) (
Browse files Browse the repository at this point in the history
…#3382)

Co-authored-by: Yamil Medina <[email protected]>
  • Loading branch information
MohamadJaara and yamilmedina authored Aug 27, 2024
1 parent 682d006 commit 7f72679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prod-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ jobs:
uses: softprops/[email protected]
with:
files: |
app/build/outputs/apk/prodCompatrelease/*.apk
app/build/outputs/apk/prod/compatrelease/*.apk
app/version.txt

0 comments on commit 7f72679

Please sign in to comment.