Update gradle-publish.yml

This commit is contained in:
Michachatz
2025-06-09 13:28:17 +02:00
committed by GitHub
parent 43adf31b6d
commit 0c1f59d98d

View File

@@ -38,6 +38,9 @@ jobs:
with: with:
packages: '' packages: ''
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
- name: Build unsigned APK - name: Build unsigned APK
run: ./gradlew --no-daemon assembleRelease run: ./gradlew --no-daemon assembleRelease