Update gradle-publish.yml

This commit is contained in:
Michachatz
2025-06-09 13:38:22 +02:00
committed by GitHub
parent 0c1f59d98d
commit 41785d03f0

View File

@@ -44,6 +44,9 @@ jobs:
- name: Build unsigned APK - name: Build unsigned APK
run: ./gradlew --no-daemon assembleRelease run: ./gradlew --no-daemon assembleRelease
- name: Check APK path
run: ls -R app/build/outputs/apk
- name: Sign APK - name: Sign APK
env: env:
SIGN_CERT: ${{ secrets.SIGN_CERT }} SIGN_CERT: ${{ secrets.SIGN_CERT }}