Skip to content

Commit

Permalink
[no ci] Copy as app-release.apk
Browse files Browse the repository at this point in the history
  • Loading branch information
pylixonly authored Apr 30, 2024
1 parent 3c9f29c commit aa57aa4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Release
run: |
mv app/build/outputs/apk_from_bundle/release/app-release-universal.apk ./BunnyXposed-${{ github.event.inputs.versionName }}.apk
mv app/build/outputs/apk_from_bundle/release/app-release-universal.apk ./app-release.apk
cp ./app-release.apk ./BunnyXposed-${{ github.event.inputs.versionName }}.apk
git config --local user.email "actions@github.com"
git config --local user.name "GitHub Actions"
tag="${{ github.event.inputs.versionCode }}"
Expand All @@ -54,4 +55,4 @@ jobs:
--generate-notes \
./Manager.apk
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

0 comments on commit aa57aa4

Please sign in to comment.