DEADSOFTWARE

Update android.yml
authorfredboy <fredboy@protonmail.com>
Sun, 21 Apr 2024 03:01:36 +0000 (10:01 +0700)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 03:01:36 +0000 (10:01 +0700)
.github/workflows/android.yml

index 1ab91fa8fe8d7ad37b6e5d19c3433b9a4949ed7c..027466b73eaaf24bffd87f8f978ac263a97b5901 100644 (file)
@@ -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