mirror of
https://github.com/Michatec/Radio.git
synced 2026-01-31 07:20:40 +00:00
Update gradle-publish.yml
This commit is contained in:
5
.github/workflows/gradle-publish.yml
vendored
5
.github/workflows/gradle-publish.yml
vendored
@@ -52,6 +52,11 @@ jobs:
|
|||||||
${{ env.APKSIGNER }} sign --key key.der --cert cert.der app-release.apk
|
${{ env.APKSIGNER }} sign --key key.der --cert cert.der app-release.apk
|
||||||
rm cert.der key.der
|
rm cert.der key.der
|
||||||
|
|
||||||
|
- name: Zipalign APK
|
||||||
|
run: |
|
||||||
|
/usr/local/lib/android/sdk/build-tools/34.0.0/zipalign -v -p 4 app-release.apk app-release-aligned.apk
|
||||||
|
mv app-release-aligned.apk app-release.apk
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user