Skip to content

Commit

Permalink
why?
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Aug 11, 2024
1 parent 7f05f98 commit 289a3ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,9 @@ jobs:
app/build/outputs/apk/release/app-release-unsigned.apk \
$KEY_ALIAS
- name: Align APK with zipalign
run: |
$ANDROID_HOME/build-tools/$(ls $ANDROID_HOME/build-tools | tail -n 1)/zipalign -v -p 4 \
app/build/outputs/apk/release/app-release-unsigned.apk \
app/build/outputs/apk/release/app-release.apk
- name: Upload signed APK
uses: actions/upload-artifact@v3
with:
name: app-release.apk
path: app/build/outputs/apk/release/app-release.apk
path: app/build/outputs/apk/release/app-release-unsigned.apk

0 comments on commit 289a3ad

Please sign in to comment.