Skip to content

Commit

Permalink
debug apk
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWithTashi committed Nov 28, 2024
1 parent 5ddfa01 commit 2165a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/app/outputs/apk/release/app-release.apk
asset_name: app-release.apk
asset_path: build/app/outputs/flutter-apk/app-debug.apk
asset_name: app-debug.apk
asset_content_type: application/vnd.android.package-archive

# Optional: Upload artifact for debugging
Expand Down

0 comments on commit 2165a99

Please sign in to comment.