Skip to content

Commit

Permalink
Enable split ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 committed Dec 5, 2024
1 parent df6d399 commit 9b072fd
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,13 @@ jobs:
keyPassword: ${{ secrets.KEY_PASSWORD }}
buildToolsVersion: ${{ env.ANDROID_BUILD_TOOLS_VERSION }}

# - name: Rename signed APK
# run: |
# mv "${{ steps.sign_app.outputs.signedFile }}" "app-release.apk"

- name: Rename apks
run: |
mv app/build/outputs/apk/release/app-arm64-v8a-release-unsigned-signed.apk hviewer-${{ github.ref_name }}-arm64-v8a-release.apk
mv app/build/outputs/apk/release/app-armeabi-v7a-release-unsigned-signed.apk hviewer-${{ github.ref_name }}-armeabi-v7a-release.apk
mv app/build/outputs/apk/release/app-universal-release-unsigned-signed.apk hviewer-${{ github.ref_name }}-universal-release.apk
mv app/build/outputs/apk/release/app-x86-release-unsigned-signed.apk hviewer-${{ github.ref_name }}-x86-release.apk
mv app/build/outputs/apk/release/app-x86_64-release-unsigned-signed.apk hviewer-${{ github.ref_name }}-x86_64-release.apk
ls *.apk
# - name: Create changelog
# id: changelog
Expand Down

0 comments on commit 9b072fd

Please sign in to comment.