Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Fix path to debug apk
  • Loading branch information
Doomsdayrs authored Jul 14, 2021
1 parent 20d524f commit aaf60d6
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 @@ -80,7 +80,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: 'android/build/outputs/apk/standard/debug/shosetsu-${{ env.COMMIT_COUNT }}-signed.apk'
asset_path: 'android/build/outputs/apk/standard/debug/android-standard-debug.apk'
asset_name: shosetsu-r${{ env.COMMIT_COUNT }}.apk
asset_content_type: application/vnd.android.package-archive

Expand Down

0 comments on commit aaf60d6

Please sign in to comment.