We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac1640 commit 95ae0c8Copy full SHA for 95ae0c8
.github/workflows/release.yml
@@ -44,7 +44,6 @@ jobs:
44
- name: Release
45
run: |
46
mv app/build/outputs/apk_from_bundle/release/app-release-universal.apk ./app-release.apk
47
- cp ./app-release.apk ./BunnyXposed-${{ github.event.inputs.versionName }}.apk
48
git config --local user.email "actions@github.com"
49
git config --local user.name "GitHub Actions"
50
tag="${{ github.event.inputs.versionCode }}"
0 commit comments