Skip to content

Commit

Permalink
ci(release): don't upload duplicate apk
Browse files Browse the repository at this point in the history
Co-authored-by: PalmDevs <[email protected]>
  • Loading branch information
pylixonly and PalmDevs committed Nov 13, 2024
1 parent eac1640 commit 95ae0c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
- name: Release
run: |
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 "[email protected]"
git config --local user.name "GitHub Actions"
tag="${{ github.event.inputs.versionCode }}"
Expand Down

0 comments on commit 95ae0c8

Please sign in to comment.