DEADSOFTWARE

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

index 63572bb1fa55314a9d86a70cfadf73f5644d6d0b..6621b01f58debfe0aa815b1917743a74d7c7495a 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         cache: gradle
 
     - name: mock keystore.properties
-      run: touch keystore.properties
+      run: echo "releaseKeystorePath=mock" > keystore.properties
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
     - name: Build with Gradle