Skip to content

Commit

Permalink
ci(release): don't upload duplicate apk
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs authored Oct 22, 2024
1 parent 750cbac commit e4b2449
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 e4b2449

Please sign in to comment.