Skip to content

Commit 95ae0c8

Browse files
amsryqPalmDevs
andcommitted
ci(release): don't upload duplicate apk
Co-authored-by: PalmDevs <palmdevs@users.noreply.github.com>
1 parent eac1640 commit 95ae0c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
- name: Release
4545
run: |
4646
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
4847
git config --local user.email "actions@github.com"
4948
git config --local user.name "GitHub Actions"
5049
tag="${{ github.event.inputs.versionCode }}"

0 commit comments

Comments
 (0)