Skip to content

Commit

Permalink
ci(apk): change asset path with correct apk file (#69)
Browse files Browse the repository at this point in the history
Changed the path to the apk file in the upload release asset.
  • Loading branch information
appellet authored Oct 18, 2024
1 parent a6721cf commit 2527f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: app/build/outputs/apk/debug/*.apk
asset_path: app/build/outputs/apk/debug/app-debug.apk
asset_name: TravelPouch.apk
asset_content_type: application/vnd.android.package-archive

0 comments on commit 2527f78

Please sign in to comment.