From e4b2449880bb8239a3fd90c6009c808b53f311ef Mon Sep 17 00:00:00 2001 From: Palm Date: Tue, 22 Oct 2024 23:27:18 +0700 Subject: [PATCH] ci(release): don't upload duplicate apk --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e7b58a..0e4d0a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 "actions@github.com" git config --local user.name "GitHub Actions" tag="${{ github.event.inputs.versionCode }}"