From: fredboy Date: Sun, 21 Apr 2024 03:01:36 +0000 (+0700) Subject: Update android.yml X-Git-Tag: alpha0.6.0~12 X-Git-Url: https://deadsoftware.ru/gitweb?p=cavedroid.git;a=commitdiff_plain;h=c1312436ac087126800d9e3f7df44413532b7b23 Update android.yml --- diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1ab91fa..027466b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -20,6 +20,8 @@ jobs: distribution: 'temurin' cache: gradle + - name: mock keystore.properties + run: touch keystore.properties - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle