Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Doomsdayrs authored Dec 17, 2020
1 parent 729b016 commit d6a1f59
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 @@ -79,7 +79,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: 'android/build/outputs/apk/debug/shosetsu-v1.2.0-r${{ env.COMMIT_COUNT }}-aligned.apk'
asset_path: 'android/build/outputs/apk/debug/shosetsu-v1.2.0-r${{ env.COMMIT_COUNT }}-signed.apk'
asset_name: shosetsu-r${{ env.COMMIT_COUNT }}.apk
asset_content_type: application/vnd.android.package-archive

Expand Down

0 comments on commit d6a1f59

Please sign in to comment.